Last active
April 14, 2017 10:00
-
-
Save 0xferit/5a259cecfca5a671eae881be1c715f56 to your computer and use it in GitHub Desktop.
How To Install RoR With All Dependencies
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 install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev libpq-dev nodejs | |
sudo apt-get install ruby-full | |
gem install rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment