Files
DataLogger-Generic/web_db/startup.sh
Patrick McDonagh 5d250bfac4 Lots of fixes, docker optimization
- fixes status check for logger
- adds ability to test sample data
- adds PLC Handshaking capability
- adds portainer as container manager
- exposes mysql port for reading database (as 6603)
2017-05-10 18:09:10 -05:00

6 lines
78 B
Bash

#!/bin/bash
service mysql start
sleep 5
python /root/tag-logger/flask/run.py