engine/lib/generators/locomotive/install/templates
did b383086242 wip 2011-11-06 12:18:34 +01:00
..
README integrate dragonfly + clean code + fix a js bug when editing a custom field 2011-06-20 12:05:12 -07:00
carrierwave.rb add information to set up carrierwave for local filesystems 2011-08-11 14:47:12 -07:00
dragonfly.rb refactor the way the middlewares are loaded (both app and engine) + tweaks some back-office texts + improve the UI by adding icons on addind a picture links + fix an annoying bug with carrierwave 2011-06-28 15:38:13 +02:00
locomotive.rb wip 2011-11-06 12:18:34 +01: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/initializers/dragonfly.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

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