forked from railsbridge/bridge_troll
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
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 routesshows you all the functionality in the application. But it isn't linked to yet.
Important Links!
- Wiki Home
- Pivotal Tracker (Story Backlog)
- Readme
- Contributor Guidelines
- Git guide
- Bridge Troll Google Group
Other Things