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
-
Run the installer.
-
cd /opt/collabnet/teamforge-installer/5.4.0.0
-
./install.sh -a -V
-
If you are installing on a machine that is behind a proxy, unset the
http_proxy variable.
-
Update your Apache configuration, keeping the existing settings around in case
you need to roll back any changes.
-
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
-
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.
-
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.