healthchecks:## Run a curl against all services' healthcheck endpoints to make sure they are up. This will eventually be parameterized
./healthchecks.sh
...
...
@@ -137,4 +146,3 @@ build-courses: ## NOTE: marketing course creation is not available for those out
check-memory:
@if[`docker info --format'{{json .}}' | python -c"from __future__ import print_function; import sys, json; print(json.load(sys.stdin)['MemTotal'])"`-lt 2147483648 ];then echo"\033[0;31mWarning, System Memory is set too low!!! Increase Docker memory to be at least 2 Gigs\033[0m";fi||exit 0