/ruby-rails-installer

Ruby on Rails installer script for linux

Primary LanguageShellMIT LicenseMIT

Ruby / Ruby on Rails installer script

This project consists of simple and easy to use shell script to install Ruby / Ruby on Rails on your machine

Prerequisites

What things you need to install the software and how to install them

Uses gcc-5 to build Ruby

Installing

First Clone the project from Github

git clone git@github.com:aadeshere1/ruby-rails-installer.git

After Depending on your Linux OS, Go the folder with the name of your OS on it. For Example if you have arch as your OS

cd ruby-rails-installer/arch

Now make the script Executable

chmod +x rails-installer.sh

Lastly run the script

./rails-installer.sh

Authors

  • Aadesh Shrestha - Started this project and wrote script for arch linux

Contributors

  • Rabin Gaire - Wrote script for ubuntu linux
  • Dipen Ved - Wrote script for fedora

License

This project is licensed under the MIT License - see the LICENSE file for details