-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
- Turn on the server:
rails s
(browser)