Add script for creating pipeline locally

This commit is contained in:
2021-07-22 14:52:04 +02:00
parent 7a39b284a8
commit 72bf793cfc
+12
View File
@@ -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