sul-dlss-deprecated / triannon

Rails engine for working with storage of OpenAnnotations stored in Fedora4
Other
13 stars 1 forks source link

Use custom fcrepo.war file from our branch of hydra-jetty #65

Closed wmene closed 10 years ago

wmene commented 10 years ago

You'll need to pull in the latest hydra-jetty:

rm -rf jetty
rake jetty:download
rake jetty:unzip
rake jetty:start

Regenerate engine_cart

rake engine_cart:clean
rake engine_cart:generate

Manually create the root annotation container

rake triannon:console
Pry > Triannon::RootAnnotationCreator.create

Fixes #49 @ndushay

ndushay commented 10 years ago

a ha! I needed rake jetty:environment
before
rake jetty:start