Remove files for web api

Make modifications to run on ec2
This commit is contained in:
Dustin Pianalto
2019-12-11 23:33:22 -09:00
parent 3d52a50bff
commit f07a028417
180 changed files with 28 additions and 6822 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
set -o errexit
set -o pipefail
set -o nounset
source .env
# Check Redis is up
# Check Web API is up with simple curl of hostcheck
python -m geeksbot