aboutsummaryrefslogtreecommitdiff
path: root/.guix-deploy
blob: de2231f62d63fc5efb173b2fbe1c68e9f460e85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
#
# This script runs the web server in a Guix container

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=/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