A basic shell script for installing Ruby & Rails on Ubuntu & derivates
- Tested and compatible with Ubuntu 13.10, 13.04, 12.10, 12.04, 11.10, Linux Mint 16, 15, 14, 13
- Installs the prerequisite Ubuntu packages, including Git
- Lets you choose which Ruby version to install
- Downloads and compiles Ruby 1.9.3 or Ruby 2.1.0 (by user's choice)
- Updates rubygems to the latest version
- Installs the latest versions of rake, bundler and Rails
- Distributed under the MIT license
curl -LO https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh
wget --no-check-certificate https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh
git clone git://github.com/tarakanbg/railsinstaller.git
cd railsinstaller
./ruby.sh
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright © 2014 Svilen Vassilev
Released under the MIT LICENSE