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
|
|
|
|
- config/mongoid.yml
|
2010-12-16 12:39:05 +00:00
|
|
|
|
|
|
|
2. Launch the server
|
|
|
|
|
|
|
|
> unicorn_rails
|
|
|
|
|
|
|
|
3. Open your browser
|
|
|
|
|
|
|
|
> open localhost:8080
|
|
|
|
|
|
|
|
4. Follow the installation wizzard steps
|
|
|
|
|
|
|
|
5. Enjoy !
|
2010-07-13 00:46:17 +00:00
|
|
|
|
2010-12-16 23:42:38 +00:00
|
|
|
Note: If you want to use DelayedJob, be sure to launch it:
|
|
|
|
|
|
|
|
> rake jobs:work
|
|
|
|
|
2010-07-13 00:46:17 +00:00
|
|
|
===============================================================================
|