Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Latest commit

 

History

History
76 lines (52 loc) · 2.04 KB

README.md

File metadata and controls

76 lines (52 loc) · 2.04 KB

NOTICE: These scripts have been deprecated. Please see the following development installation guides:

Install Rails

Install Rails is a script to set up a Linux or Mac OS X system for Rails development.

Requirements

Linux

Currently supports Ubuntu, Linux Mint and other Debian based distributions.

Mac OS X

Run xcode-select --install in your terminal and then click "Install".

Install

Linux

Run the script:

bash <(wget -qO- https://raw.githubusercontent.com/techAPJ/install-rails/master/linux)

Mac OS X

Run the script:

bash <(curl -s https://raw.githubusercontent.com/techAPJ/install-rails/master/mac)

What it sets up

It should take less than 15 minutes to install (depends on your machine).

Credits

Inspired by Thoughtbot Laptop.

License

Install Rails is released under the MIT License.