Skip to content

Make your Linux system ready for Rails development with single shell script

Notifications You must be signed in to change notification settings

navinspm/easy_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

easy_rails

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 😃

About

Make your Linux system ready for Rails development with single shell script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages