Versions Compared

Key

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

...

  • Clone the fcrepo-webapp-plus Git repository

    Panel
    borderStyledashed
    git clone  git@github.com:fcrepo4-labs/fcrepo-webapp-plus.git
    cd fcrepo-webapp-plus
  • Build the webapp using the audit profile with/without authentication features.

    Panel
    borderStyledashed
    # Only audit capability
    mvn install -P audit -DskipTests=true
     
    # Audit capability with Role based Authentication.
    mvn install -P audit,rbacl
     
    # Audit capability with XACML based Authentication.
    mvn install -P audit,xacml
  • Follow the steps at Deploying Fedora 4 Complete Guide to deploy the wepapp.

...