Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created October 27, 2013 17:58
Show Gist options
  • Save edipofederle/7185723 to your computer and use it in GitHub Desktop.
Save edipofederle/7185723 to your computer and use it in GitHub Desktop.
sudo apt-get install build-essential zlib1g-dev git-core sqlite3 libsqlite3-dev
sudo apt-get install libqt4-dev
gem install capybara-webkit -v '0.7.2'
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
$ git clone https://github.com/sstephenson/ruby-build.git
$ cd ruby-build
$ sudo ./install.sh
$ rbenv install 1.9.3-p448
$ rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment