Last active
November 9, 2016 05:18
-
-
Save abelorian/60d0164806055e9631c197b16df10017 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install dependencies | |
sudo apt-get install build-essential libssl-dev libreadline-dev zlib1g-dev git curl git-core nginx | |
# Install rbenv | |
git clone https://github.com/rbenv/rbenv.git ~/.rbenv | |
cd ~/.rbenv && src/configure && make -C src | |
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' | |
~/.rbenv/bin/rbenv init | |
# install rbenv | |
mkdir -p ~/.rbenv/plugins | |
cd ~/.rbenv/plugins | |
git clone git://github.com/sstephenson/ruby-build.git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment