https://github.com/jcsalterego/rvmbase
https://github.com/jcsalterego/rvmbase
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcsalterego/rvmbase
- Owner: jcsalterego
- License: other
- Created: 2011-06-13T15:31:08.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-26T03:26:04.000Z (almost 15 years ago)
- Last Synced: 2025-12-25T13:01:32.365Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rvmbase
=======
Pre-built binaries for RVM geared towards Ubuntu 10.10. BSD-licensed.
Requirements
============
* OS: Ubuntu 10.10 Maverick Meerkat - amd64
* rvm -- root install
* git (for bootstrap.sh)
Bootstrap
=========
There are many ways to bootstrap rvmbase, depending on your current levels of paranoia and laziness:
Run as root -- about as safe as rvm's installation process:
$ curl -L bit.ly/rvmbase | bash
For more visibility, to see the commands as they are executed:
$ curl -L bit.ly/rvmbase | bash -x
Long-form lazy bootstrap:
$ curl -L https://raw.github.com/jcsalterego/rvmbase/master/bootstrap.sh > bootstrap.sh
$ less bootstrap.sh
# ok? ok.
$ bash bootstrap.sh
Longest form -- if you like typing:
$ git clone https://github.com/jcsalterego/rvmbase.git
$ bash rvmbase/bootstrap.sh
Usage
=====
Once installed, everything will reside in `/usr/local/rvmbase`. To run, use `install.sh`:
$ /usr/local/rvmbase/install.sh 1.9.2
$ /usr/local/rvmbase/install.sh ree-1.8.6
Example
=======
No rubies:
root@box:~# rvm list
rvm rubies
Install Ruby Enterprise Edition 1.8.6:
root@box:~# /usr/local/rvmbase/install.sh ree-1.8.6
sending incremental file list
./
bin/
bin/erb-ree-1.8.6-20090610 -> /usr/local/rvm/wrappers/ree-1.8.6-20090610/erb
bin/erb-ree-1.8.6-20090610@global -> /usr/local/rvm/wrappers/ree-1.8.6-20090610@global/erb
bin/gem-ree-1.8.6-20090610 -> /usr/local/rvm/wrappers/ree-1.8.6-20090610/gem
...
wrappers/ree-1.8.6-20090610@global/ri
wrappers/ree-1.8.6-20090610@global/ruby
wrappers/ree-1.8.6-20090610@global/testrb
sent 14020762 bytes received 12004 bytes 28065532.00 bytes/sec
total size is 13979946 speedup is 1.00
List rubies:
root@box:~# rvm list
rvm rubies
ree-1.8.6-20090610 [ x86_64 ]
Uninstall
=========
N.B.: don't mistype/mistab this one:
$ rm -rf /usr/local/rvmbase
Motivation
==========
Compiling rubies are no fun.