Switch to bokeh wrapper for app serving
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
source /opt/miniconda3/etc/profile.d/conda.sh
|
||||
|
||||
conda activate test
|
||||
python /opt/pyzebra/pyzebra/app/cli.py --port=5010 --allow-websocket-origin=pyzebra.psi.ch:5010 --spind-path=/opt/spind
|
||||
python /opt/pyzebra/pyzebra/app/cli.py --port=5010 --allow-websocket-origin=pyzebra.psi.ch:5010 --args --spind-path=/opt/spind
|
||||
|
@ -1,4 +1,4 @@
|
||||
source /opt/miniconda3/etc/profile.d/conda.sh
|
||||
|
||||
conda activate prod
|
||||
pyzebra --port=80 --allow-websocket-origin=pyzebra.psi.ch:80 --spind-path=/opt/spind
|
||||
pyzebra --port=80 --allow-websocket-origin=pyzebra.psi.ch:80 --args --spind-path=/opt/spind
|
||||
|
Reference in New Issue
Block a user