Skip to content

Instantly share code, notes, and snippets.

@alexbartlow
Created February 11, 2011 16:40
Show Gist options
  • Save alexbartlow/822611 to your computer and use it in GitHub Desktop.
Save alexbartlow/822611 to your computer and use it in GitHub Desktop.
Install some aptitude packages:
sudo apt-get install nginx libssl-dev libmysqlclient-dev git-core libxslt-dev libxml2-dev
Grab some ruby, install that muh
wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p0.tar.gz
cd ruby-1.9.2-p0
./configure ; make ; sudo make install
Install the 'bundler' gem, which handles the rest of our gem dependencies for us
sudo gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment