Skip to content

Instantly share code, notes, and snippets.

@0xferit
Last active April 14, 2017 10:00
Show Gist options
  • Save 0xferit/5a259cecfca5a671eae881be1c715f56 to your computer and use it in GitHub Desktop.
Save 0xferit/5a259cecfca5a671eae881be1c715f56 to your computer and use it in GitHub Desktop.
How To Install RoR With All Dependencies
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