Skip to content

Commit

Permalink
split out installation prerequisite info into separate document
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Jun 17, 2011
1 parent 4dc0bbb commit 09a136e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 32 deletions.
17 changes: 1 addition & 16 deletions CREATE_RAILS_APP.textile
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,7 @@ It does NOT describe how to get the hydra-head plugin code with the pre-configur

h3. I. Install Prerequisites

* "ruby":http://www.ruby-lang.org/en/ NOTE: version 1.8.7 or higher
* "rubygems":http://rubygems.org/pages/download
* these ruby gems:
** "bundler":http://gembundler.com/
** "rails":http://rubyonrails.org/ NOTE: version < 3.
* "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.

<pre>
rvm install ree-1.8.7
</pre>
See "INSTALL_PREREQ":/projecthydra/hydra-head/blob/master/INSTALL_PREREQ.textile

h2. II. Install a Blacklight Application

Expand Down
17 changes: 1 addition & 16 deletions DEVELOP_PLUGIN.textile
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,7 @@ h2. Install the Hydra-Plugin and its Contained Test Host Application

h4. (0) Install Prerequisites.

* "ruby":http://www.ruby-lang.org/en/ NOTE: version 1.8.7 or higher
* "rubygems":http://rubygems.org/pages/download
* these ruby gems:
** "bundler":http://gembundler.com/
** "rails":http://rubyonrails.org/ NOTE: version < 3.
* "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.

<pre>
rvm install ree-1.8.7
</pre>
See "INSTALL_PREREQ":/projecthydra/hydra-head/blob/master/INSTALL_PREREQ.textile

h4. (1) Get the hydra-head engines plugin from github and include the testing rails application.

Expand Down
19 changes: 19 additions & 0 deletions INSTALL_PREREQ.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
h1. Hydra Installation Prerequisites

* "ruby":http://www.ruby-lang.org/en/ NOTE: version 1.8.7 or higher
* "rubygems":http://rubygems.org/pages/download
* these ruby gems:
** "bundler":http://gembundler.com/
** "rails":http://rubyonrails.org/ NOTE: version < 3.
* "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.

<pre>
rvm install ree-1.8.7
</pre>

0 comments on commit 09a136e

Please sign in to comment.