Getting started

Here’s how to get dancing:

About your application's environment

  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/SugarTrail.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.