The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

padadoy - Simply deploy PSGI applications

VERSION

version 0.122

SYNOPSIS

 padadoy [options] <command> [config=value]

   Commands:
     init            initialize environment on deployment machine
     start           start the application
     stop            stop the application
     restart         start or gracefully restart the application if running
     config          show configuration values
     status          show some status information
     create          create a boilerplate application
     deplist         list applications package dependencies
     cartontest      update dependencies (with carton) and run tests

   Options:
     -c|--config F   specify some configuration file F. By default first 
                     ./padadoy.conf and then ~/padadoy.conf is used.
     -q|--quiet      suppress status messages
     -h|--help       show this help message and exit
     -v|--version    show version number of padadoy and exit

   Configuration:
     Configuration values are read from padadoy.conf. In addition you can
     set config values as key=value pairs on the command line. See
     command `config` for a list of config values.

NAME

padadoy - Simply deploy PSGI applications

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 95:

Non-ASCII character seen before =encoding in 'Voß'. Assuming UTF-8