Install the CollabNet TeamForge application

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
  1. Run the installer.
    • cd /opt/collabnet/teamforge-installer/5.4.0.0
    • ./install.sh -a -b -V
  2. 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.
  3. 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
  4. 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.
Important: Do not delete the teamforge-install directory. You will need it for future maintenance or upgrades.