An inventory for our automation (Hardware) office
- Clone the source
- go to project path
- run de blundler (
bundle install
) - run de bower (
bower install
) - config your database (
config/database.yml.sample
) - run (
rake db:setup
) - generate your app secrets (
rake secret
) and save it to (config/secrets.yml.sample
) - to run the app (
rails s
) - Then open http://localhost:3000/
Learn more about Installing Rails
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request