angus
Joined: 2005/04/29
Messages: 111
Offline
|
|
|
|
You can run following command to start the the Teamwork Server as service:
/usr/local/Teamwork_Server_2.3/bin/StartTeamworkServerService start
and shutdown by:
/usr/local/Teamwork_Server_2.3/bin/StartTeamworkServerService stop
You can run following command for installing as services
ln -s /usr/local/Teamwork_Server_2.3/bin/StartTeamworkServer /etc/init.d/vpteamworkserver
ln -s /etc/init.d/vpteamworkserver /etc/rc3.d/S98vpteamworkserver
* Warning, I only tested these command on Fedora Core 5
* I assume you are running in level 3
|
|
|
|