Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1 KB

README.md

File metadata and controls

20 lines (19 loc) · 1 KB

Get Ready

Install

  • Check out the source: git clone git://github.com/gardner/carrio.git
  • Change into src dir: cd carrio
  • Install required gems: bundle install read this if you receive errors
  • If Nokogiri installation fails please read this page the solution is system dependent. Please be sure to install version 1.5.2
  • Configure your database setup: cp config/database.yml.example config/database.yml
  • Initialize the database: rake db:create; rake db:migrate
  • Run the app: rails server
  • Go to http://127.0.0.1:3000