Skip to content

Notes on installing RwwPlay

Sylvain Le Bon edited this page Mar 22, 2015 · 2 revisions

The LDP Todo List has been tested with a patched version of RwwPlay!, in which CORS has been activated with no restriction.

Please note that this release is suited for test data only, as anyone is allowed to read and write everything.

The patched version can be downloaded here:
http://download.openinitiative.com/rwweb-0.7.2-SNAPSHOT.zip

Once downloaded, unzip it in any directory. You will then need to create the root directory of the server. You can find an initialized directory here:
http://download.openinitiative.com/ldpwww.tar.gz

Extract this file in another directory. Note that it contains hidden files on unix systems, for the container descriptions and the permissions lists.

You can then run you server by typing:
bin/rwweb -Dhttps.port=8443 -Dhttps.trustStore=noCA -Dhttp.hostname=example.com -Drww.root.container.path=/path/to/the/root/directory/ldpwww

This server requires Java 8, and is known to work with both Oracle Java and the OpenJDK.

Clone this wiki locally