engine/lib/generators/locomotive/install/templates
Bjørn Trondsen 8b56ee5889 update norwegian locale 2012-05-29 21:17:17 +02:00
..
README fixing misspelled word wizard 2012-04-07 15:59:50 -04:00
carrierwave.rb change the default way to config AWS for carrierwave + fix issue #299 2012-03-02 01:46:02 +01: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 update norwegian locale 2012-05-29 21:17:17 +02:00
mongoid.yml fix errors when deploying a new brand new engine instance 2012-01-27 02:27:26 +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
    - config/devise.yml
    - config/routes.rb

  2. Launch the server

    > bundle exec unicorn_rails

  3. Open your browser

    > open localhost:8080

  4. Follow the installation wizard steps

  5. Enjoy !

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