HOST_localhost

The HOST variable identifies the machines where one or more of the TeamForge services run. Replace localhost with your machine's hostname.

Values

Hostname specification

Default

app database cvs subversion

Comments

Multiple applications can be assigned to a host. List the applications in space-separated format.

Important:
  • app (the main TeamForge application) must be assigned to one host only.
  • database (the PostgreSQL or Oracle application) must be assigned to one host only.

Example

This host has been assigned the main application, the database, and the Subversion and CVS source control services:
HOST_myteamforgesite.example.com=app database subversion cvs

This is a two-box setup with a database running on a separate machine from Subversion, CVS and the TeamForge application:

HOST_myteamforgesite.example.com=app subversion cvs
HOST_mydatabase.mydomain.net=database

This is a two-box setup with Perforce and the TeamForge application running on one machine and the database on another:

HOST_myteamforgesite.example.com=app perforce
HOST_mydatabase.mydomain.net=database

This is a three-box setup with the TeamForge application on its own machine, the database on its own machine, and two source control services sharing a machine.

HOST_myteamforgesite.example.com=app
HOST_mydatabase.mydomain.net=database
HOST_myscm.mydomain.net=subversion cvs

This is a four-box setup with each service running on its own machine:

HOST_myteamforgesite.example.com=app
HOST_mydatabase.mydomain.net=database
HOST_mysubversion.mydomain.net=subversion 
HOST_mycvs.mydomain.net=cvs