Skip to content

Instantly share code, notes, and snippets.

@kern
Created August 30, 2011 16:10
Show Gist options
  • Save kern/1181260 to your computer and use it in GitHub Desktop.
Save kern/1181260 to your computer and use it in GitHub Desktop.
# First, delete all the other bhrobotics directories.
# Then copy and paste these commands in order:
git clone git@github.com:CapnKernul/bhrobotics.com.git
cd bhrobotics.com
gem install bundler
gem install rails
bundle install
bundle exec rake db:migrate
rails server
# Now go to http://localhost:3000 in your browser and see if it worked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment