{"id":20687086,"url":"https://github.com/jcsalterego/rvmbase","last_synced_at":"2026-04-21T01:33:00.127Z","repository":{"id":66613192,"uuid":"1889413","full_name":"jcsalterego/rvmbase","owner":"jcsalterego","description":null,"archived":false,"fork":false,"pushed_at":"2011-07-26T03:26:04.000Z","size":14120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T13:01:32.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcsalterego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-13T15:31:08.000Z","updated_at":"2014-01-16T07:24:46.000Z","dependencies_parsed_at":"2023-02-20T07:45:37.141Z","dependency_job_id":null,"html_url":"https://github.com/jcsalterego/rvmbase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcsalterego/rvmbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcsalterego%2Frvmbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcsalterego%2Frvmbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcsalterego%2Frvmbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcsalterego%2Frvmbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcsalterego","download_url":"https://codeload.github.com/jcsalterego/rvmbase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcsalterego%2Frvmbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T22:55:44.928Z","updated_at":"2026-04-21T01:33:00.111Z","avatar_url":"https://github.com/jcsalterego.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"rvmbase\n=======\n\nPre-built binaries for RVM geared towards Ubuntu 10.10. BSD-licensed.\n\nRequirements\n============\n\n * OS: Ubuntu 10.10 Maverick Meerkat - amd64\n * rvm -- root install\n * git (for bootstrap.sh)\n\nBootstrap\n=========\n\nThere are many ways to bootstrap rvmbase, depending on your current levels of paranoia and laziness:\n\nRun as root -- about as safe as rvm's installation process:\n\n    $ curl -L bit.ly/rvmbase | bash\n\nFor more visibility, to see the commands as they are executed:\n\n    $ curl -L bit.ly/rvmbase | bash -x\n\nLong-form lazy bootstrap:\n\n    $ curl -L https://raw.github.com/jcsalterego/rvmbase/master/bootstrap.sh \u003e bootstrap.sh\n    $ less bootstrap.sh\n\n    # ok? ok.\n    $ bash bootstrap.sh\n\nLongest form -- if you like typing:\n\n    $ git clone https://github.com/jcsalterego/rvmbase.git\n    $ bash rvmbase/bootstrap.sh\n\nUsage\n=====\n\nOnce installed, everything will reside in `/usr/local/rvmbase`. To run, use `install.sh`:\n\n    $ /usr/local/rvmbase/install.sh 1.9.2\n    $ /usr/local/rvmbase/install.sh ree-1.8.6\n\nExample\n=======\n\nNo rubies:\n\n    root@box:~# rvm list\n    \n    rvm rubies\n    \n    \nInstall Ruby Enterprise Edition 1.8.6:\n\n    root@box:~# /usr/local/rvmbase/install.sh ree-1.8.6\n    sending incremental file list\n    ./\n    bin/\n    bin/erb-ree-1.8.6-20090610 -\u003e /usr/local/rvm/wrappers/ree-1.8.6-20090610/erb\n    bin/erb-ree-1.8.6-20090610@global -\u003e /usr/local/rvm/wrappers/ree-1.8.6-20090610@global/erb\n    bin/gem-ree-1.8.6-20090610 -\u003e /usr/local/rvm/wrappers/ree-1.8.6-20090610/gem\n    ...\n    wrappers/ree-1.8.6-20090610@global/ri\n    wrappers/ree-1.8.6-20090610@global/ruby\n    wrappers/ree-1.8.6-20090610@global/testrb\n    \n    sent 14020762 bytes  received 12004 bytes  28065532.00 bytes/sec\n    total size is 13979946  speedup is 1.00\n\nList rubies:\n\n    root@box:~# rvm list\n    \n    rvm rubies\n    \n       ree-1.8.6-20090610 [ x86_64 ]\n\nUninstall\n=========\n\nN.B.: don't mistype/mistab this one:\n\n    $ rm -rf /usr/local/rvmbase\n\nMotivation\n==========\n\nCompiling rubies are no fun.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcsalterego%2Frvmbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcsalterego%2Frvmbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcsalterego%2Frvmbase/lists"}