Home

Awesome

Ubuntu Ruby Dev Build Status

This simple bash script will install common packages used in Ruby/Rails development to your empty Ubuntu machine.

Tested on:

How to use:

Download the script to your machine. Then run:

$ chmod +x ./ubuntu_ruby_dev.sh
$ ./ubuntu_ruby_dev.sh

Enter a password, start installation process and select tools you want to install.

After you can drink a cup of coffee or water, automated installation would take 15-20 minutes (depends on the amount of selected packages and Internet connection speed).

Also revert option is available. (Unless you delete the ubuntu_ruby_dev_revert.txt file created during the installation.

Run in the same folder:

$ ./ubuntu_ruby_dev.sh -r

Than it will remove all installed packages.

Processing logs will be available in the same folder in the ubuntu_ruby_dev.log file.

Also you can use -v (--verbose) option to print logs to STDOUT additionaly to the log file.

What is included:

By default all packages and utilites comming with latest stable versions, inluding Ruby.

TODO:

Inspired by:

thoughtbot OS X laptop script

License:

Copyright (c) MIT [2015] [aliaksandrb]