This provides an implemention of the Linked Data Registry originally developed under ukl-registry-poc.
The implemention runs as a java web application. The war is self-contained and includes an example starting configuration and set of UI templates and style sheets. However, it will detect and use an external set of configuration files if available.
For information on installing and operating a registry instance see the wiki:
Download most recent full release: registry-core-2.1.0.war - Release Notes 2.1.0
See:
git clone https://github.com/titellus/registry-core
cd registry-core
mvn clean install -DskipTests -Ddatadir=/data/dev/registry-core/registry-datadir
WAR file is available in target/registry-core-2.1.1-SNAPSHOT.war
.
mvn tomcat7:run
Go to http://localhost:8080.
The WAR will point to the data directory defined in WEB-INF/app.conf
. Maybe something to set using a maven variable.
- Add users in registry-datadir/conf/user.ini
- Drop registry-datadir/userstore
- Restart the app.