diff --git a/run_pipeline.sh b/run_pipeline.sh new file mode 100644 index 0000000..1813dd7 --- /dev/null +++ b/run_pipeline.sh @@ -0,0 +1,12 @@ +#!/bin/bash +set -e + +echo "Starting Redis and broker.." +docker-compose up -d broker redis +sleep 1 + +echo "Setting test daq_profile config to Redis.." +redis-cli -x set config.debug.test_pipeline < docker/example_detector.json + +echo "Starting pipeline.." +docker-compose up -d \ No newline at end of file