Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 230 Bytes

README-Launch Procedure.mdown

File metadata and controls

8 lines (7 loc) · 230 Bytes

Launching this Application in Rails

  1. Clone this repo
  2. bundle install
  3. change database.yml to adapter: sqlite3 from adapter: postgresql
  4. rake db:setup
  5. thin start