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.

...

The commands in this guide assume that your Fedora 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!".

...