Developer notes
Dev build (running Virtuoso and Gstore scala code separately)
TODO explain local/remote virtuoso
Current version supports two configurations:
with local git (default)
with remote git based on gitlab. To enable remote git you need to go to
src/main/webapp/WEB-INF/web.xml
, comment outlocalGitRoot
configuration parameter, and run docker-compose with mergedremote_git
config:docker-compose -f docker-compose.yml -f docker-compose.remote_git.yml up --build
. Gitlab is then available on http://localhost:8880
You can set following config paraters as env variables in docker for g-store container:
Last updated