Create the initial data, check your Apache configuration, and start your
site.
-
Set up the initial data for the site.
(This is called "bootstrapping" the site.)
-
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
-
Start the application services.
-
/etc/init.d/httpd start
-
/etc/init.d/postgresql start
-
/etc/init.d/collabnet start
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.
Your
CollabNet
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
instead.
- 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 . If your site's URL has changed, click
Edit and provide a valid email address. This is the
address that appears in the From field of messages
automatically sent to users from your site.