aboutsummaryrefslogtreecommitdiff
path: root/virtuoso-deploy.sh
AgeCommit message (Collapse)Author
2025-02-11Remove comments: The comments were causing a build invocation error.Frederick Muriuki Muriithi
Attempting to invoke the container build with the comments in place was leading to the error: ``` guix system: error: wrong number of arguments for action 'container' ``` This commit removes the comments to fix that.
2025-02-03Bind virtuoso's ttl directory (read/write) to virtuoso container.Frederick Muriuki Muriithi
2023-01-02Register containers as garbage collector roots.Arun Isaac
We don't want the Guix garbage collector accidentally clearing away store items required by the container. So, register them as garbage collector roots. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Register containers as garbage collector roots.
2022-12-10Move guix container state to /export2.Arun Isaac
We prefer /export2 to house really large data. * genenetwork-development-deploy.sh, production-deploy.sh, public-sparql-deploy.sh, virtuoso-deploy.sh: Move guix container state to /export2.
2022-10-12Add virtuoso container for tux01 production.Arun Isaac
* virtuoso.scm, virtuoso-deploy.sh: New files. * README.org (Virtuoso container for tux01 production): New section.