Skip to content

Deployment

skovzhaw edited this page Jul 1, 2016 · 9 revisions

Run everything

Once the individual micro services have been configured (or left untouched for using defaults), you can start all components via:

  • bash start_cyclops.sh

Which will run all micro services in nohup background mode, allowing you to close the terminal.

To make sure everything is running correctly either consult nohup.out console output, or if logging is enabled, check out /var/log/cyclops/.

In order to terminate micro services just run the following command:

  • bash stop_cyclops.sh

Clone this wiki locally