Where | Is |
---|---|
port | The port for the server (the default is 36677). |
DOORSserver | The name of the computer that the server is running on. |
password | The server password (omit the -password switch if the password is currently blank). |
chmod u+x installation_file_name
Startup file | Code |
---|---|
Bourne or K shell .profile | DOORSHOME=doors-home-path/DOORS_Database_Server SERVERDATA=datapath PATH=$DOORSHOME/bin:$PATH PORTNUMBER=database-server-port-number export DOORSHOME SERVERDATA PATH PORTNUMBER DOORSDATA |
C shell .login | setenv DOORSHOME doors-home-path setenv SERVERDATA datapath setenv PATH $DOORSHOME/bin:$PATH setenv PORTNUMBER database-server-port-number |