Versions Compared

Key

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

In this quick start, you will use a Fedora 4 server with the WebAC Authorization module enabled to create a sample resource and an ACL for that resource, verify that access to that resource is correctly restricted, and finally modify the ACL to allow you to update the resource.

Prerequisites

  • Fedora 4 with WebAC module enabled (you can use one of the pre-built WAR files from the fcrepo-webapp-plus project)a running Fedora repository
  • curl

The commands in this guide assume that your Fedora 4 repository root is running at http://localhost:8080/fcrepo/rest.

Steps

Create these two files in a local directory:

Panel
titlefoo.ttl
@prefix dc: <http://purl.org/dc/elements/1.1/>.

<> dc:title "Hello, World!".

...