mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-03 17:08:27 +02:00
Add script for creating pipeline locally
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user