Skip to content

Instantly share code, notes, and snippets.

View SpencerCooley's full-sized avatar

Spencer Cooley SpencerCooley

View GitHub Profile
sudo apt-get install rubygems
sudo apt-get install ruby-dev
sudo apt-get install sqlite3
sudo apt-get install libsqlite3-dev
sudo gem install sqlite3-ruby
sudo apt-get install git-core
git config --global user.name "Your Name"git config --global user.email
git config --global user.name "Your Name"
git config --global user.email
install heroku gem
sudo gem install heroku
sudo gem install heroku
heroku keys:add
rails new sample_app
cd sample_app
git init
git add .
git commit -m "type a message for yourself here"