Skip to content

Instantly share code, notes, and snippets.

@myun2
Last active August 27, 2015 04:22
Show Gist options
  • Save myun2/85e3cd66e243faf1f683 to your computer and use it in GitHub Desktop.
Save myun2/85e3cd66e243faf1f683 to your computer and use it in GitHub Desktop.
Setup GCE
sudo aptitude update
sudo aptitude -y install gcc g++ openssl-devel git tmux gem lv
sudo aptitude -y install ruby-dev libxml2-dev libxslt-dev


\curl -sSL https://get.rvm.io | bash
source /home/myun2_nw/.rvm/scripts/rvm
rvm install ruby --latest

sudo gem install bundle
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment