summaryrefslogtreecommitdiff
path: root/src/hub/test-srv
blob: 7ba3e7a4b2b2a3ca35eb224e6a820af0495625a7 (plain) (blame)
1
2
3
4
5
#!/bin/sh

rm -f /run/sfive/pipe /run/sfive/pipegram
./bin/sfive-hub -db /var/lib/sfive/db.sqlite -start-pipe-server -pipe /var/run/sfive/pipe -start-pipegram-server -pipegram /var/run/sfive/pipegram -start-web-server -viz-dir "$(pwd)/../viz" -bind=":8001" -forward-url="http://localhost:8000"