engine/lib/generators/locomotive/install/templates
did 87e7ced3c1 integrate dragonfly + clean code + fix a js bug when editing a custom field 2011-06-20 12:05:12 -07: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 smoother integration with bushi.do 2011-04-07 01:34:36 +02:00
dragonfly.rb integrate dragonfly + clean code + fix a js bug when editing a custom field 2011-06-20 12:05:12 -07:00
locomotive.rb use delayed_job by default on bushi.do 2011-04-28 17:17:15 +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/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

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