Created
August 30, 2011 16:10
-
-
Save kern/1181260 to your computer and use it in GitHub Desktop.
This file contains 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
# First, delete all the other bhrobotics directories. | |
# Then copy and paste these commands in order: | |
git clone [email protected]: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