The installer sets up the site according to your configuration settings.
Tip: For a direct view of what the installer is doing, tail the
install log in another terminal before executing these steps.
- On Red Hat or CentOS: tail -f /var/log/yum.log
- On SuSE: tail -f /var/log/zypper.log
-
Run the installer.
-
cd /opt/collabnet/teamforge-installer/5.4.0.0
-
./install.sh -a -b -V
-
Start the application services.
-
/etc/init.d/collabnet start all
Note: You can use the
start command in two ways:
- /etc/init.d/collabnet start starts the application
server and integration servers. This is the default startup command.
- /etc/init.d/collabnet start all also starts the
database and the Apache server.
-
If you are installing on a machine that is behind a proxy, unset the
http_proxy variable, then restart the Apache web
server.
- export http_proxy=
- On Red Hat: /etc/init.d/httpd restart
- On SuSE: /etc/init.d/apache2 restart
-
Install a project template.
TeamForge comes with a sample project template
that showcases some of the platform's most interesting features. Site
administrators and project managers can use this template to jump-start projects
without a lot of manual setup steps.
Note: This procedure is recommended, but
not required.
-
cd /opt/collabnet/teamforge-installer/5.4.0.0
-
./install-project-templates.py -V
-
Use a site administrator user name and password. For a new site, these are
admin and admin.
Tip: On some servers, it may take a few seconds for the SOAP server
to be ready after installation. If
install-project-templates.py returns an error, try
waiting briefly and then running it again.
Your new TeamForge site is now up and running.
- By default, the URL to log into is the hostname of the server on which your site
is installed. If you provided a value for the DOMAIN variable
in the site-options.conf file, then go to that domain.
- It's a good idea to stop TeamForge and reboot the machine to make sure all
services come up at startup.
Note: On CentOS, Apache may not automatically start up after a
reboot. To ensure that it does, run this command now:
- /sbin/chkconfig --level 2345 httpd on
- On the site toolbar, click . Click Edit and make sure the email
address is right. This is the address that appears in the From
field of messages automatically sent to users from your site.
Important: Do not delete the teamforge-install
directory. You will need it for future maintenance or upgrades.