Skip to content

Instantly share code, notes, and snippets.

@rahman541
Last active October 19, 2017 14:55
Show Gist options
  • Save rahman541/a29f408121b4ab366de5c80a2830df1d to your computer and use it in GitHub Desktop.
Save rahman541/a29f408121b4ab366de5c80a2830df1d to your computer and use it in GitHub Desktop.
Install ruby on rails in Linux Ubuntu

Install Ruby On Rails in Ubuntu

Tested on Ubuntu Desktop 17.04 & Ubuntu Server 16.04 x64

sudo apt-get install -y gcc make zlib1g-dev sqlite3 libsqlite3-dev
sudo apt-get install -y ruby-full
sudo gem install rails
# Create new rails project. This will create weblog folder
rails new weblog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment