From 84fac9eedd9a9a4b73947e95a78f8cca91d753cd Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Tue, 5 Jun 2018 09:48:14 -0700 Subject: [PATCH] Update Readme to show Java 8 is required for Fedora 3 --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 53c740f07..8b4bb7ae5 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,16 @@ 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 - rake jetty:clean # download hydra-jetty +brew install exiftool # Required by assembly-objectfile + # Create a config/settings.local.yml file, adding passwords, etc. Talk to another developer to see what is needed here. rake jetty:start # start your local fedora