USAGE

Help instructions:

cerberus.pl --help | -h

Run Cerbrus on port 5000 with basic PSGI server:

cerberus.pl --conf /path/to/cerberus.yml

Run a Cerberus daemon on port 5001 with Starman:

cerberus.pl --conf /path/to/cerberus.yml --port 5001 -s Starman -D

See http://metacpan.org/module/plackup for more options which can be passed to cerberus.pl

See "CONFIGURING CERBERUS" in App::Cerberus for more information.