Set up the environment for a dedicated CollabNetTeamForge installation
Prepare the hardware, operating system and networking setup that your site will
require.
You must have root-level access to the machine where you are
installing CollabNetTeamForge
Install the operating system according to the instructions from the OS
provider.
For information about the operating systems you can use with CollabNetTeamForge, see Platform information for TeamForge 5.4.
Note: Do not customize your
installation. Select only the default packages list.
Important: If you are installing CentOS, you must uninstall the
PostgreSQL support package and the Dovecot mail server to clear the way for
TeamForge to install PostgreSQL. These
packages are installed as part of the default CentOS install. Use these
commands:
rpm -qa | grep dovecot | xargs rpm -e
rpm -qa | grep postgresql-libs | xargs rpm
-e
Verify that the machine name is resolvable on the network.
Use the hostname command to verify the name of the
machine.
hostname
bigbox.supervillain.org
Use the nslookup command to verify that your
hostname maps to the right IP address.
nslookup bigbox.supervillain.org
Server: 204.16.107.137
Address: 204.16.107.137#53
Tip: If there is any doubt about what the system's real IP
address is, use the /sbin/ifconfig
command.
If you are installing TeamForge on
CentOS without an Internet connection, move the Web-connected install
repositories out of the way.
mv CentOS-Base.repo CentOS-Base.repo.backup
mv CentOS-Media.repo CentOS-Media.repo.backup
This will prevent CentOS from going to the Web for files, which could
cause an error.
If you are installing TeamForge on SuSE Linux, take these extra steps.
Note: Skip this if you plan to install without an internet connection. It will
be handled by the special installer package you will be
downloading.
Register the machine with Novell.
suse_register -i -a email=<MailID> -a
regcode-sles=<Registration code>
where <MailID> is the email address associated
with your SuSE Linux Enterprise Server license and
<Registration code> is the Suse
Enterprise Linux license code.
Tip: You may need to run this command twice.
Move the existing installer repository out of the way.