diff options
author | Pjotr Prins | 2020-05-20 14:09:27 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-20 14:09:27 -0500 |
commit | 8118c9365c3663632d927e56cfafadccdca15ce1 (patch) | |
tree | 00a0f1f020f19c27838f523305e8f62efad3e83f /doc/INSTALL.md | |
parent | 785830938bb816e9ae66a03e5821f20c3f2b194a (diff) | |
download | bh20-seq-resource-8118c9365c3663632d927e56cfafadccdca15ce1.tar.gz bh20-seq-resource-8118c9365c3663632d927e56cfafadccdca15ce1.tar.lz bh20-seq-resource-8118c9365c3663632d927e56cfafadccdca15ce1.zip |
BLOG
Diffstat (limited to 'doc/INSTALL.md')
-rw-r--r-- | doc/INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index d9948e6..6dcd72b 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -56,4 +56,10 @@ guix environment guix --ad-hoc git python python-flask python-pyyaml python-pycu WIP: add gunicorn container +Currently the full webserver container deploy command looks like + +``` +penguin2:~/iwrk/opensource/code/vg/bh20-seq-resource$ env GUIX_PACKAGE_PATH=~/iwrk/opensource/guix/guix-bioinformatics/ ~/iwrk/opensource/guix/guix/pre-inst-env guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-pycurl python-magic nss-certs python-pyshex python-pyyaml --network openssl python-pyshex python-pyshexc clustalw python-schema-salad python-arvados-python-client --share=/export/tmp -- env TMPDIR=/export/tmp FLASK_ENV=development FLASK_APP=bh20simplewebuploader/main.py flask run +`` + Note: see above on GUIX_PACKAGE_PATH. |