Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (20 loc) · 1.1 KB

Get Ready

Install

  • Check out the source: git clone git://github.com/gardner/CauseRoot.git
  • Change into src dir: cd CauseRoot
  • 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