split utils, added manual tests

This commit is contained in:
2018-11-25 11:16:02 +02:00
parent 74ee5edd7e
commit 8452a7034e
10 changed files with 294 additions and 116 deletions

7
test/run-server.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd ..
docker-compose down &
docker-compose build
wait
docker-compose up -d
docker-compose logs --follow