Created
September 10, 2012 09:42
-
-
Save jackfranklin/3689969 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Load up Terminal | |
| use the "cd" command to get to your directory. Eg if directory is in your Sites folder: | |
| cd ~/Sites/railsapp | |
| ~ means your home folder | |
| Run this to install anything you need to run it: | |
| bundle install | |
| And then load the server: | |
| rails s | |
| And then go to localhost:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment