Versions Compared

Key

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

...

Code Block
git clone https://github.com/fcrepo4fcrepo/fcrepo4fcrepo
cd fcrepo4fcrepo
git checkout <version>-RC

...

ProjectCommandPlatformTested bySuccess?Notes
fcrepo4fcrepomvn clean install

linux




fcrepo4fcrepomvn clean install mac 


fcrepo4fcrepomvn clean installwindows


One-Click Run

...

NB: "Success" is measured not by receiving a "204 No Content" message after the 'fcr:restore' command, but by performing a GET on every resource in the repository and receiving "200 OK" messages. 

Vagrant Tests - Outdated, needs docker replacement.

Code Block
vagrant destroy
vagrant up

...