Getting started

Here’s how to get dancing:

About your application's environment

Perl version 5.024001
Dancer version 1.3202
Backend PSGI
Appdir /usr/local/home/freebeer/freebeer/bin/..
Template engine simplex
Logger engine console
Running environment development
  1. Tune your application

    Your application is configured via a global configuration file, config.yml and an "environment" configuration file, environments/development.yml. Edit those files if you want to change the settings of your application.

  2. Add your own routes

    The default route that displays this page can be removed, it's just here to help you get started. The template used to generate this content is located in views/index.tt. You can add some routes to lib/freebeer.pm.

  3. Enjoy web development again

    Once you've made your changes, restart your standalone server (bin/app.pl) and you're ready to test your web application.