Skip to content

titellus/registry-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registry core

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

Project governance

See:

Build

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.

Run the app from the source

mvn tomcat7:run

Go to http://localhost:8080.

Configure

The WAR will point to the data directory defined in WEB-INF/app.conf. Maybe something to set using a maven variable.

Define users

  • Add users in registry-datadir/conf/user.ini
  • Drop registry-datadir/userstore
  • Restart the app.

About

Linked data registry - core application and example UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.4%
  • JavaScript 41.4%
  • Shell 1.1%
  • Other 1.1%