Skip to content

Instantly share code, notes, and snippets.

@lizconlan
Created April 30, 2010 17:52
Show Gist options
  • Save lizconlan/385544 to your computer and use it in GitHub Desktop.
Save lizconlan/385544 to your computer and use it in GitHub Desktop.
sudo apt-get install git-core
sudo apt-get install ruby
sudo apt-get install mysql-server
sudo apt-get install build-essential
sudo apt-get install libopenssl-ruby
sudo apt-get install ruby1.8-dev
sudo apt-get install rubygems
sudo apt-get install couchdb
sudo apt-get install jedit
gedit ~/.bashrc
export PATH=/var/lib/gems/1.8/bin:$PATH
[save, exit]
sudo gem install shotgun
sudo gem install rails
sudo gem install httparty
sudo gem install json
sudo gem install sinatra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment