The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.11

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.

AUTHOR

Clinton Gormley <drtech@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.