From 55f85b9e017996e2d5630a379f8b70a22fa1c60d Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Fri, 2 Mar 2012 11:51:59 -0500 Subject: [PATCH] adding more RVM info (from old README) to INSTALL_PREREQ --- INSTALL_PREREQ.textile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/INSTALL_PREREQ.textile b/INSTALL_PREREQ.textile index c5efff49a..b7d895097 100644 --- a/INSTALL_PREREQ.textile +++ b/INSTALL_PREREQ.textile @@ -1,17 +1,20 @@ h1. Hydra Installation Prerequisites -* "ruby":http://www.ruby-lang.org/en/ version 1.8.7 +* "ruby":http://www.ruby-lang.org/en/ NOTE: version 1.8.7 * "rubygems":http://rubygems.org/pages/download * these ruby gems: ** "bundler":http://gembundler.com/ -** "rails":http://rubyonrails.org/ NOTE: version < 3. +** "rails":http://rubyonrails.org/ NOTE: version 3.0.x. * "git":http://git-scm.com/ -* "java":http://www.java.com/en/ NOTE: version 1.6 or higher +* "java":http://www.java.com/en/ NOTE: version 1.6 or higher * "sqlite3":http://www.sqlite.org/ * "RVM":http://rvm.beginrescueend.com/ (Ruby Version Manager) ** We strongly suggest using RVM as a means of keeping your different ruby applications with their specific gem requirements from having version clashes. ** If you don't have the desired ruby version in RVM, e.g. ree-1.8.7, then install it. The following instructions assume the use of RVM. +** See "https://rvm.beginrescueend.com/rvm/install/":https://rvm.beginrescueend.com/rvm/install/ for instructions on installing and running RVM. +** After installing RVM, set it up to use "rvmrc":http://beginrescueend.com/workflow/rvmrc/ files when they're available. This will cause RVM to automatically switch Ruby versions and gemsets when you cd into different code bases. Currently all Hydra software uses Ruby Enterprise Edition 1.8.7 (ree-1.8.7) and each component or Hydra Head uses its own gemsets (ie. hydra-head uses a gemset called hyhead, hypatia uses a gemset called hypatia so that you can install a different set of dependencies for each. ) +** For information about using and setting up RVM to use .rvmrc files, see "http://beginrescueend.com/workflow/rvmrc/":http://beginrescueend.com/workflow/rvmrc/
   rvm install ree-1.8.7