2010-07-13 00:46:17 +00:00
|
|
|
===============================================================================
|
|
|
|
|
2010-12-16 23:42:38 +00:00
|
|
|
The Locomotive Engine has been correctly installed in your Rails application.
|
2010-12-16 12:39:05 +00:00
|
|
|
|
2010-12-16 23:42:38 +00:00
|
|
|
1. Edit the main config files:
|
|
|
|
|
|
|
|
- config/initializers/locomotive.rb
|
|
|
|
- config/initializers/carrierwave.rb
|
2011-06-20 19:05:12 +00:00
|
|
|
- config/initializers/dragonfly.rb
|
2010-12-16 23:42:38 +00:00
|
|
|
- config/mongoid.yml
|
2012-01-20 13:46:09 +00:00
|
|
|
- config/devise.yml
|
|
|
|
- config/routes.rb
|
2010-12-16 12:39:05 +00:00
|
|
|
|
|
|
|
2. Launch the server
|
|
|
|
|
2012-01-20 13:46:09 +00:00
|
|
|
> bundle exec unicorn_rails
|
2010-12-16 12:39:05 +00:00
|
|
|
|
|
|
|
3. Open your browser
|
|
|
|
|
|
|
|
> open localhost:8080
|
|
|
|
|
2012-04-07 19:59:50 +00:00
|
|
|
4. Follow the installation wizard steps
|
2010-12-16 12:39:05 +00:00
|
|
|
|
|
|
|
5. Enjoy !
|
2010-07-13 00:46:17 +00:00
|
|
|
|
2012-04-07 19:59:50 +00:00
|
|
|
===============================================================================
|