Skip to content
rutipo edited this page Feb 1, 2012 · 9 revisions
  • Getting Started

(command line)
* Go into the directory where you want to copy the directory to. Use: `cd directoryname`
* Click `ls` to see what's inside a directory
* Copy the directory: `git clone` https://github.com/ultrasaurus/bridgetroll.git
* `bundle install`
* `rake db:migrate`
* Turn on the server: `rails s`


(browser)
* http://localhost:3000/

Routes

  • rake routes shows you all the functionality in the application. But it isn't linked to yet.