aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPubSeq webserver2020-11-11 17:35:39 +0100
committerPubSeq webserver2020-11-11 17:35:39 +0100
commit7fe362b6d9ee21bc585b618f9de468254aa5f4d7 (patch)
tree3eff1615ea11d8ad48d70d8aaff2680d588dcd77
parent29bb29bb6bb814384b476e8bdb10bceeb185dab0 (diff)
downloadbh20-seq-resource-7fe362b6d9ee21bc585b618f9de468254aa5f4d7.tar.gz
bh20-seq-resource-7fe362b6d9ee21bc585b618f9de468254aa5f4d7.tar.lz
bh20-seq-resource-7fe362b6d9ee21bc585b618f9de468254aa5f4d7.zip
Deploy
-rw-r--r--.guix-deploy4
1 files changed, 2 insertions, 2 deletions
diff --git a/.guix-deploy b/.guix-deploy
index af4c83f..de2231f 100644
--- a/.guix-deploy
+++ b/.guix-deploy
@@ -2,11 +2,11 @@
#
# This script runs the web server in a Guix container
-GUIX_PROFILE=~/.config/guix/current
+GUIX_PROFILE=/home/wrk/.config/guix/current
export GUILE_LOAD_PATH=$GUIX_PROFILE/share/guile/site/3.0/
export GUILE_LOAD_COMPILED_PATH=$GUIX_PROFILE/share/guile/site/3.0/
ls $GUILE_LOAD_PATH
-env GUIX_PACKAGE_PATH=~/iwrk/opensource/guix/guix-bioinformatics/ $GUIX_PROFILE/bin/guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-pycurl python-magic nss-certs python-redis python-pyshex python-pyyaml --network openssl python-pyshex python-pyshexc minimap2 python-schema-salad python-arvados-python-client --share=/export/tmp -- env TMPDIR=/export/tmp FLASK_ENV=development FLASK_RUN_PORT=5067 FLASK_APP=bh20simplewebuploader/main.py flask run
+env GUIX_PACKAGE_PATH=/home/wrk/iwrk/opensource/guix/guix-bioinformatics/ $GUIX_PROFILE/bin/guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-pycurl python-magic nss-certs python-redis python-pyshex python-pyyaml --network openssl python-pyshex python-pyshexc minimap2 python-schema-salad python-arvados-python-client --share=/export/tmp -- env TMPDIR=/export/tmp FLASK_ENV=development FLASK_RUN_PORT=5067 FLASK_APP=bh20simplewebuploader/main.py flask run