diff options
Diffstat (limited to '.guix_deploy')
-rw-r--r-- | .guix_deploy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.guix_deploy b/.guix_deploy index 3b2e097..c7bbb5b 100644 --- a/.guix_deploy +++ b/.guix_deploy @@ -1,3 +1,8 @@ # Deploy script on tux01 +# +# echo Run tests: +# echo python -m unittest discover -v +# echo Run service (single process): +# echo flask run --port=8080 /home/wrk/opt/guix-pull/bin/guix shell -L /home/wrk/guix-bioinformatics/ --expose=$HOME/production/genotype_files/ -C -N -Df guix.scm |