Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jan 18, 2013
1 parent e277b3c commit 5c0b34f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,14 @@ The amazing rebirth of Fedora Commons in the JCR world.

[![Build
Status](https://travis-ci.org/futures/ff-modeshape-prototype.png?branch=master)](undefined)

```bash
$ mvn clean jetty:run
$ curl "http://localhost:8080/ff/describe"
```

Before creating fedora-like namespaced nodes, you need to register a namespace:

```bash
curl "http://localhost:8080/ff/namespaces/asdf" -X POST
```

0 comments on commit 5c0b34f

Please sign in to comment.