Mac OS X

On Mac OS X the server can be started and stopped from the command line.

Open a terminal and navigate to the CLC Server installation directory. Once there the server can be controlled with the following commands.

To start the server run the command:

sudo ./CLCScienceServer start

To stop the server run the command:

sudo ./CLCScienceServer stop

To view the current status of the server run the command:

sudo ./CLCScienceServer status

You will need to set this up as a service if you wish it to be run that way. Please refer to your operating system documentation if you are not sure how to do this.