Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate the AOP-Wiki SPARQL endpoint loading #66

Open
marvinm2 opened this issue Jul 13, 2024 · 1 comment
Open

Automate the AOP-Wiki SPARQL endpoint loading #66

marvinm2 opened this issue Jul 13, 2024 · 1 comment
Assignees

Comments

@marvinm2
Copy link
Contributor

No description provided.

@marvinm2 marvinm2 self-assigned this Jul 13, 2024
@marvinm2
Copy link
Contributor Author

marvinm2 commented Aug 1, 2024

Recreated service based on newer setup (separate containers for snorql and virtuoso), however the run commands separated (no docker-compose as this did not work)

sudo docker run -d   --name aopwiki-snorql   --restart always   -v /home/MarvinMartens/AOP-Wiki-EP/aopwiki-snorql-extended:/usr/local/apache2/htdocs   -e SNORQL_ENDPOINT=https://aopwiki.cloud.vhp4safety.nl/sparql/   -e SNORQL_EXAMPLES_REPO=https://github.com/marvinm2/AOPWikiSNORQL   -e SNORQL_TITLE=AOP-WikiSNORQLUI   -e DEFAULT_GRAPH=   -p [port1]:80   -p [port2]:443   aammar/snorql-httpd:latest
sudo docker run -d   --name aopwiki-virtuoso   --restart always   -v /home/MarvinMartens/AOP-Wiki-EP/db:/database   -e DBA_PASSWORD=[password]   -e SPARQL_UPDATE=false   -p [port3]:8890   -p [port4]:1111   openlink/virtuoso-opensource-7:7.2.11

This has the new public ports, which are now made available through the URL and they work correctly.

Also, a CRON job is set up to reload the data every Sunday

Close this issue when the CRON job ran correctly. Also, shut down the other AOP-Wiki service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant