Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 644 Bytes

Linked Data Store Project modules

This is a convencience project that makes it easy to checkout and pull changes form all LDS repos.

For more information about Linked Data Store, please refer to the LDS documentation.

Git checkout

./checkout.sh will checkout all LDS modules

Git pull

./pull.sh will pull changes for all LDS modules

Build

mvn clean install

Run with Neo4j

On Windows and Mac you need to configure your hosts file: c:\windows\system32\drivers\etc\hosts or /etc/hosts with 127.0.0.1 db-neo4j.

./docker/run-neo4j.sh