engine/lib/generators/locomotive/install/templates
did 1e70560b7b bump version + fix typo for the heroku credentials 2011-04-27 01:12:32 +02:00
..
README the theme import module can work without delayedjob + fix bugs 2010-12-17 00:42:38 +01:00
carrierwave.rb smoother integration with bushi.do 2011-04-07 01:34:36 +02:00
locomotive.rb bump version + fix typo for the heroku credentials 2011-04-27 01:12:32 +02:00

README

===============================================================================

The Locomotive Engine has been correctly installed in your Rails application.

  1. Edit the main config files:

    - config/initializers/locomotive.rb
    - config/initializers/carrierwave.rb
    - config/mongoid.yml

  2. Launch the server

    > unicorn_rails

  3. Open your browser

    > open localhost:8080

  4. Follow the installation wizzard steps

  5. Enjoy !

  Note: If you want to use DelayedJob, be sure to launch it:

    > rake jobs:work

===============================================================================