Skip to content

Instantly share code, notes, and snippets.

@jackfranklin
Created September 10, 2012 09:42
Show Gist options
  • Select an option

  • Save jackfranklin/3689969 to your computer and use it in GitHub Desktop.

Select an option

Save jackfranklin/3689969 to your computer and use it in GitHub Desktop.
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