Skip to content

Instantly share code, notes, and snippets.

@twetzel
Forked from m-gagne/rbenv-install.sh
Last active August 29, 2015 14:03
Show Gist options
  • Save twetzel/c4a6c4554dd6d99f8873 to your computer and use it in GitHub Desktop.
Save twetzel/c4a6c4554dd6d99f8873 to your computer and use it in GitHub Desktop.
# Update, upgrade and install development tools:
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential git-core libssl-dev libsqlite3-dev curl nodejs nginx
# Install rvm
\curl -sSL https://get.rvm.io | bash -s stable
# Restart nginx:
sudo service nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment