27 lines
632 B
Plaintext
27 lines
632 B
Plaintext
===============================================================================
|
|
|
|
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 !
|
|
|
|
===============================================================================
|