Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding more RVM info (from old README) to INSTALL_PREREQ #5

Merged
merged 1 commit into from Mar 2, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions 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/

<pre>
rvm install ree-1.8.7
Expand Down