Created
February 11, 2011 16:40
-
-
Save alexbartlow/822611 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
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