This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
- ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]
-
System dependencies
-
Configuration
-
Database creation
- update config/database.yml with db details and run
rake db:create
-
How to run the test suite
rake test
-
Deployment instructions
checkout the code make sure you have the above stated ruby
- run
bundle install
- run
rails s -p <portno>