Skip to content

Instantly share code, notes, and snippets.

@neojp
Created August 21, 2019 02:25
Show Gist options
  • Save neojp/2faf908a43368d1f2103b9b3fc29fea1 to your computer and use it in GitHub Desktop.
Save neojp/2faf908a43368d1f2103b9b3fc29fea1 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install mysql-server -y
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
rbenv install 2.5.1
gem install bundler
gem install rails -v 5.0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment