Skip to content

railsgirls/installation-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb613ce · Mar 22, 2023

History

91 Commits
Apr 10, 2020
Sep 1, 2020
Jun 15, 2014
Jun 15, 2014
May 29, 2012
Mar 22, 2023

Repository files navigation

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)

About

Installation scripts to get a computer ready for a Rails Girls workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages