Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #194 from sul-dlss/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Update Readme to show Java 8 is required for Fedora 3
  • Loading branch information
tingulfsen committed Jul 25, 2018
2 parents c9caefd + fdaf21f commit fa22479
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ Digital Repository for preservation and access.

## Setting up your environment

First, you need a Java runtime so you can have a local Solr and Fedora instance for development/testing.
One way to install Solr/Fedora is by using solr_wrapper and jetty_wrapper (for Fedora),
First, you need a Java runtime (Fedora 3 requires Java 8 and doesn't work with 9 or above)
so you can have a local Solr and Fedora 3 instance for development/testing.
One way to install Solr and Fedora 3 is by using solr_wrapper and jetty_wrapper (for Fedora),
which is what the instructions below assume

```bash
rvm install 2.3.4

brew install exiftool

git clone https://github.com/sul-dlss/hydrus.git

cd hydrus

bundle install
brew install exiftool # Required by assembly-objectfile

rake jetty:clean # download hydra-jetty

Expand Down

0 comments on commit fa22479

Please sign in to comment.