mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-30 08:08:30 +02:00
standartisation of scripts
This commit is contained in:
committed by
Data Backend account
parent
fe39841df9
commit
0e001f4daf
@@ -0,0 +1,18 @@
|
||||
export PATH=/home/dbe/miniconda3/bin:$PATH
|
||||
|
||||
source /home/dbe/miniconda3/etc/profile.d/conda.sh
|
||||
|
||||
conda deactivate
|
||||
conda activate vis
|
||||
|
||||
PORT=5006
|
||||
PORT_BACKEND=9006
|
||||
|
||||
H=`echo ${HOSTNAME} | sed 's/.psi.ch//'`
|
||||
BACKEND=${H}
|
||||
|
||||
taskset -c 19,20 \
|
||||
streamvis default16m --allow-websocket-origin=${H}:${PORT} --allow-websocket-origin=sf-daq-alvra:${PORT} \
|
||||
--port=${PORT} --address tcp://${BACKEND}:${PORT_BACKEND} \
|
||||
--page-title 16M_Jungfrau_Alvra
|
||||
|
||||
Reference in New Issue
Block a user