Install Rails is a script to set up a Linux or Mac OS X system for Rails development.
Currently supports Ubuntu, Linux Mint and other Debian based distributions.
Run xcode-select --install
in your terminal and then click "Install".
Run the script:
bash <(wget -qO- https://raw.githubusercontent.com/techAPJ/install-rails/master/linux)
Run the script:
bash <(curl -s https://raw.githubusercontent.com/techAPJ/install-rails/master/mac)
- Git
- rbenv
- ruby-build
- Ruby (stable)
- Rails
- PostgreSQL
- SQLite
- Redis
- Bundler
- MailCatcher (Linux script only)
- ImageMagick
It should take less than 15 minutes to install (depends on your machine).
Inspired by Thoughtbot Laptop.
Install Rails is released under the MIT License.