Created
August 21, 2019 02:25
-
-
Save neojp/2faf908a43368d1f2103b9b3fc29fea1 to your computer and use it in GitHub Desktop.
This file contains 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
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