Skip to content

Instantly share code, notes, and snippets.

Created October 23, 2013 12:30
Show Gist options
  • Save anonymous/7117772 to your computer and use it in GitHub Desktop.
Save anonymous/7117772 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo aptitude install nodejs
\curl -L https://get.rvm.io | sudo bash -s stable
source /etc/profile.d/rvm.sh
export rvmsudo_secure_path=0
rvmsudo /usr/local/rvm/bin/rvm install 2.0.0 --default
rvm use 2.0.0 --default
rvmsudo /usr/local/rvm/rubies/ruby-2.0.0-p247/bin/gem install bundle rails devise carrierwave rmagick heroku pg rails_12factor coffee-script-source execjs coffee-script coffee-rails jbuilder jquery-rails rdoc sass sass-rails sdoc sqlite3 turbolinks uglifier --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment