
cerberus.pl - Run App::Cerberus as a server

version 0.10

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.

Clinton Gormley <drtech@cpan.org>

This software is copyright (c) 2012 by Clinton Gormley.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.