From 7886ccc97c9ce96997c069b2f5f318d71a79dc3f Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 10 Jul 2023 10:53:49 +0000 Subject: [PATCH] build: added plugins --- deployment/deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/deploy.sh b/deployment/deploy.sh index eb3e95e..8d962c0 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -21,8 +21,10 @@ git clone -b $BEC_AUTODEPLOY_VERSION https://gitlab.psi.ch/bec/bec.git # install BEC cd bec source ./bin/install_bec_dev.sh - cd ../ + +pip install -e ./pxiii-bec + # start the BEC server bec-server start --config ./pxiii-bec/deployment/bec-server-config.yaml