macOS

On macOS the server can be started and stopped from the command line.

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

To start the server run the command:

sudo ./CLCBioinformaticsDatabase start

To stop the server run the command:

sudo ./CLCBioinformaticsDatabase stop

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

sudo ./CLCBioinformaticsDatabase 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.

Once your server is started, you can use the Admin tab on the server web interface to manage your server operation (see section 7).