App-ForExample

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Make the log directory

        mkdir log

    Install the apache2 configuration

        sudo cp my-app.apache2 /etc/apache2/sites-enabled

    Enable the fastcgi start-stop script (with execute permissions)

        chmod +x my-app.start-stop

    Add a "my-app.localhost" entry to "/etc/hosts"

        127.0.0.1       my-app.localhost

    Start your application

        ./my-app.start-stop start
        sudo /etc/init.d/apache restart

lib/App/ForExample.pm  view on Meta::CPAN

Make the log directory

    mkdir log

Install the apache2 configuration

    sudo cp my-app.apache2 /etc/apache2/sites-enabled

Enable the fastcgi start-stop script (with execute permissions)

    chmod +x my-app.start-stop

Add a C<my-app.localhost> entry to C</etc/hosts>

    127.0.0.1       my-app.localhost
    
Start your application

    ./my-app.start-stop start
    sudo /etc/init.d/apache restart



( run in 0.385 second using v1.01-cache-2.11-cpan-496ff517765 )