aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2024-03-14 12:32:35 -0500
committerPjotr Prins2024-03-14 12:32:37 -0500
commit5ac98bafa227eaaf0fab48cf11a7c587b1357f8b (patch)
tree0450b5f87b8c3a56fd1b098c1bc62c5ecebc2a83
parent717af5c261c3614ff45eb6b9d7bfcf73adcb09e2 (diff)
downloadgn-machines-5ac98bafa227eaaf0fab48cf11a7c587b1357f8b.tar.gz
fallback: allow building xapian index inside container
-rwxr-xr-xfallback-deploy.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/fallback-deploy.sh b/fallback-deploy.sh
index 10b9b1f..782ccb7 100755
--- a/fallback-deploy.sh
+++ b/fallback-deploy.sh
@@ -19,6 +19,8 @@
# along with genenetwork-machines. If not, see
# <https://www.gnu.org/licenses/>.
+# See also https://issues.genenetwork.org/topics/systems/fire-up-genenetwork-system-container
+
echo Build and install genenetwork fallback container on $HOSTNAME
mkdir -p /export2/guix-containers/genenetwork/var/lib/acme
@@ -34,7 +36,7 @@ container_script=$(guix system container \
--verbosity=3 \
--share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \
--share=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \
- --expose=/export/data/genenetwork-xapian \
+ --share=/export/data/genenetwork-xapian \
--share=/export/data/genenetwork-sqlite \
--expose=/export/data/genenetwork/genotype_files \
--share=/var/run/mysqld=/run/mysqld \