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

Basic shell script to install ruby and rails on Ubuntu systems

License

Notifications You must be signed in to change notification settings

tarakanbg/railsinstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic shell script to install ruby and rails on Ubuntu systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages