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

mrest - Web::MREST server startup script

SYNOPSIS

Possible invocations:

    $ mrest --distro My-Distro --module My::Module
    $ mrest -d My::Distro -m My::Module
    $ mrest --distro My-Distro --module My::Module --sitedir /etc/my-module
    $ mrest -d My::Distro -m My::Module -s /etc/my-module
    $ mrest --help

DESCRIPTION

Run this script from the bash prompt to start the server.

DEBUGGING OPTIONS

You can include an --early-debug option on the command line, with the name of a file in which Web::MREST will capture "early" log messages -- i.e. all log messages generated before the official MREST log file is known.

FUNCTIONS

MAIN