Warning!

This page applies to an older version of Orbited (Version 0.5) For info on the current version see the main documentation.


Deployment

Orbited has two general modes, "Development mode" and "Deployment mode".

Development Mode

In development mode you simply run the orbited daemon directly with the command "orbited" and it looks for the orbited.cfg in the local directory.

Deployment Mode

In deployment mode you use orbitedctl to start, stop, restart, and check status of the daemon. The daemon will look for configuration in /etc/orbited.cfg on unix systems, and /Program Files/Orbited/etc/orbited.cfg on windows systems. To start the daemon use:

prompt> orbitedctl start
Starting Orbited Daemon
	Orbited Daemon Started

To check the status daemon use:

prompt> orbitedctl status
Orbited Daemon is [ offline ]