Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Building fcrepo-oaiprovider

...

  1.  Obtain and build the fcrepo-oaiprovider source code:

 

 

 

Code Block
languagetext
    git clone https://github.com/fcrepo4-labs/fcrepo4-oaiprovider.git
    cd fcrepo4-oaiprovider
    mvn package

 2) Move

 

  1.  Move the generated JAR to the Tomcat lib folder:
Code Block
languagetext
    cp target/fcrepo4-oaiprovider-4.0.0-beta-04-SNAPSHOT.jar <CATALINA_HOME>/webapps/<fcrepo>/WEB-INF/lib

 

3) Copy #  Copy the oai.xml file to the fcrepo config directory:

...