Install the CollabNet TeamForge application

Run the installer, then update some components and start your site.

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 -V
  2. If you are installing on a machine that is behind a proxy, unset the http_proxy variable.
    • export http_proxy=
  3. Update your Apache configuration, keeping the existing settings around in case you need to roll back any changes.
    1. Back up the existing Apache configuration file.
      • On Red Hat 5.4:
        • cd /etc/httpd/conf
        • cp httpd.conf httpd.conf.backup
      • On SuSE 11.x:
        • cd /etc/apache2
        • mv httpd.conf httpd.conf_old
        • cp httpd.conf.cn_new httpd.conf
    2. Review the new httpd.conf.cn_new or apache2 file that was created by the install process. This is an Apache web server configuration file that combines any existing web server configuration with directives specific to CollabNet TeamForge.
    3. When you are satisfied that the new configuration file meets all your networking requirements, rename it so it becomes the active version.
      • On Red Hat 5.4: mv httpd.conf.cn_new httpd.conf
      • On SuSE 11.x:
        • cd /etc/sysconfig/
        • mv apache2 apache2_old
        • cp apache2.cn_new apache2
Important: Do not delete the teamforge-install directory. You will need it for future maintenance or upgrades.