Versions Compared

Key

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

...

Code Block
git clone https://github.com/fcrepo4/fcrepo4
cd fcrepo4
git checkout 4.5.1-RC

 

One-Click Run

...

Fedora <version> Web Application
CommandTest steps Platform Tested bySuccess? Notes
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jar LinuxFedora <version> Web Application  Linux    Windows   Fedora <version> One-click-run Applicationmvn clean install
java -jar ./ fcrepo-webapp/target/fcrepo-webapp<version>-<version>SNAPSHOT-jetty-console.jarLinuxMac   
Fedora <version> One-click-run Application Windows

java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jar

   

 

Test items:

CRUD

Fcrepo4 webapp plus

Test steps

Tested by

Success?

Notes

Role-Based Access Control Lists

mvn install -P rbacl

...




Web Access Control

mvn install -P webac

...

...




XACML-based Access Control

mvn install -P xacml

...




Audit Capability Package

mvn install -P audit

...

...




Audit capability with RBACL

mvn install -P audit,rbacl

...




Audit capability with XACML

mvn install -P audit,xacml

...




Audit capability with WebAC (Default build)

mvn install -P audit,webac

...





Test items:

 

Vagrant

Test steps

Tested by

Success?

Notes

Web Application with Authorization and Audit

FEDORA_AUTH=true
FEDORA_AUDIT=true

...




Web Application with Audit

FEDORA_AUTH=false
FEDORA_AUDIT=true

...

...




Web Application with Authorization

FEDORA_AUTH=true
FEDORA_AUDIT=false

...

...




Web Application without Authorization and Audit

FEDORA_AUTH=false
FEDORA_AUDIT=false

...




 

Test items::

CRUD

Query Fuseki

Query Solr

 

[1] https://github.com/fcrepo4-labs/fcrepo4-release-tests

...