Sha256: 7f193ff2007072a706f89056c003a22134bf879ee766b93cadbfe099934436ce

Contents?: true

Size: 1.57 KB

Versions: 4

Compression:

Stored size: 1.57 KB

Contents

h1. Hydra Installation Prerequisites

* "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.0.x.
* "git":http://git-scm.com/
* "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
</pre>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hydra-head-4.0.0.rc5 INSTALL_PREREQ.textile
hydra-head-4.0.0.rc4 INSTALL_PREREQ.textile
hydra-head-4.0.0.rc3 INSTALL_PREREQ.textile
hydra-head-4.0.0.rc2 INSTALL_PREREQ.textile