Make your Ubuntu(Linux) system ready for Ruby on Rails development with single shell script
By running this shell script the following will be installed in your system.
- Essential build libraries for Ruby on Rails development
- Node.js
- Imagemagick library
- MySQL Database - Server & client
- RVM - Ruby Version Manager
- Latest version of Ruby
- Latest version of Rails
- Bundler
- Git
- Sublime-Text editor
- Carrierwave gem
- Rmagick gem
- Devise Gem
##Usage
To run this script on your Linux terminal run
wget --no-check-certificate https://raw.githubusercontent.com/navinspm/easy_rails/master/easy_rails.sh && bash easy_rails.sh
Feel free to pull and add the things you feel as necesary for Ruby on Rails Development 😃