You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

External Projects

  • Hydra
  • Islandora

External Projects

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

One-Click Run

CommandPlatform Tested bySuccess? Notes
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jar Linux   
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jarMac   

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

Windows   

 

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

 

  • No labels