Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (35 loc) · 1.36 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.36 KB

Rails Installer

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

Installation

With curl

curl -LO https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh

With wget

wget --no-check-certificate https://github.com/tarakanbg/railsinstaller/raw/master/ruby.sh && bash ruby.sh

With git

git clone git://github.com/tarakanbg/railsinstaller.git
cd railsinstaller
./ruby.sh

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Changelog

Read here

Credits

Copyright © 2014 Svilen Vassilev

Released under the MIT LICENSE