1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
checktheroads 6f205f0143 test travis
2020-02-21 22:52:42 -07:00

14 lines
276 B
Bash
Executable File

#!/bin/sh -l
cd /tmp/hyperglass
echo "Starting setup..."
poetry run hyperglass setup -d
echo "Setup completed"
sleep 2
echo "Starting UI build"
poetry run hyperglass build-ui
echo "UI build completed"
# echo "Starting redis..."
# redis-server &
# echo "Redis started"
echo ""