Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active December 20, 2015 22:49
Show Gist options
  • Save jansanchez/6208156 to your computer and use it in GitHub Desktop.
Save jansanchez/6208156 to your computer and use it in GitHub Desktop.
Install Ruby on Linux
sudo apt-get install irb
sudo apt-get install ruby1.9.1
# Install Ruby gem: thin Server
sudo gem install thin
# Install Ruby gem: sinatra - http://www.sinatrarb.com/
gem install sinatra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment