Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1002 Bytes

readme.md

File metadata and controls

52 lines (32 loc) · 1002 Bytes

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 [email protected]: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 and macos
  • Dipen Ved - Wrote script for fedora

License

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