Skip to content

Instantly share code, notes, and snippets.

@rana-ahmed
Created June 8, 2015 14:22
Show Gist options
  • Select an option

  • Save rana-ahmed/baf856095af542987d8c to your computer and use it in GitHub Desktop.

Select an option

Save rana-ahmed/baf856095af542987d8c to your computer and use it in GitHub Desktop.
Ruby on Rails setup
\curl -L https://get.rvm.io | bash -s stable && source ~/.rvm/scripts/rvm && rvm requirements && rvm install ruby && rvm use ruby --default && rvm rubygems current && gem install rails && sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment