Go to file
2016-08-27 15:52:19 -05:00
app rails init 2016-08-27 15:52:19 -05:00
bin rails init 2016-08-27 15:52:19 -05:00
config rails init 2016-08-27 15:52:19 -05:00
db rails init 2016-08-27 15:52:19 -05:00
lib rails init 2016-08-27 15:52:19 -05:00
public rails init 2016-08-27 15:52:19 -05:00
test rails init 2016-08-27 15:52:19 -05:00
vendor/assets rails init 2016-08-27 15:52:19 -05:00
.gitignore rails init 2016-08-27 15:52:19 -05:00
config.ru rails init 2016-08-27 15:52:19 -05:00
Gemfile rails init 2016-08-27 15:52:19 -05:00
Rakefile rails init 2016-08-27 15:52:19 -05:00
README.md rails init 2016-08-27 15:52:19 -05:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...