Skip to content
ermia edited this page Mar 24, 2021 · 1 revision

Welcome to the installation-scripts wiki!

Script for OS X

Copy and paste this line in the Terminal and press Enter. The installation will take approximately 30 minutes, so enjoy the text flying on the screen. The installer might request your administrator password. Grabbing a refreshing drink before starting is encouraged!

bash < <(curl -sL https://raw.github.com/railsgirls/installation-scripts/master/rails-install-osx.sh)

Script for Ubuntu

To install Ruby on Rails development environment, copy and paste this line in the Terminal and press Enter. The installation will take quite some time, so enjoy the text flying on the screen. Grabbing a refreshing drink before starting is encouraged!

sudo apt-get install curl
bash <(curl -sL  https://raw.github.com/railsgirls/installation-scripts/master/rails-install-ubuntu.sh)
Clone this wiki locally