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

Commit

Permalink
Merge 84fac9e into 187f9ff
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 25, 2018
2 parents 187f9ff + 84fac9e commit fe75814
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe75814

Please sign in to comment.