aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Novak2020-04-09 16:11:03 -0700
committerAdam Novak2020-04-09 16:11:10 -0700
commitd53e1e98b800d7dc5720de0b3c14c94452159315 (patch)
tree31f1448752a803f8bc97191ccaef90b0085d61f2 /README.md
parent278ff0b42a49b861060eae0c7eb6112e9658fa4e (diff)
downloadbh20-seq-resource-d53e1e98b800d7dc5720de0b3c14c94452159315.tar.gz
bh20-seq-resource-d53e1e98b800d7dc5720de0b3c14c94452159315.tar.lz
bh20-seq-resource-d53e1e98b800d7dc5720de0b3c14c94452159315.zip
Move the web uploader GUIX instructions to the GUIX file
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index 960472e..d83eaac 100644
--- a/README.md
+++ b/README.md
@@ -176,23 +176,5 @@ gunicorn bh20simplewebuploader.main:app
This runs on [http://127.0.0.1:8000/](http://127.0.0.1:8000/) by default, but can be adjusted with various [gunicorn options](http://docs.gunicorn.org/en/latest/run.html#commonly-used-arguments)
-## GNU Guix
-To run the web uploader in a GNU Guix environment
-
-```
-guix environment guix --ad-hoc git python python-flask python-pyyaml nss-certs --network openssl -- env FLASK_APP=bh20simplewebuploader/main.py flask run
-```
-
-The containerized version looks like
-
-```
-guix environment -C guix --ad-hoc git python python-flask python-pyyaml nss-certs --network openssl
-```
-
-and
-
-```
-env FLASK_APP=bh20simplewebuploader/main.py flask run
-```