From f43d5a93deeda00ee20fc7b646f11a1de5cf0c00 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Fri, 25 Dec 2020 13:02:57 +0100 Subject: [PATCH] test env setup --- test_env.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test_env.sh diff --git a/test_env.sh b/test_env.sh new file mode 100755 index 0000000..4c524a6 --- /dev/null +++ b/test_env.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# docker run -it --rm --network host mongo +# nginx -c "$(pwd)"/nginx.conf -g "pid '$(pwd)/nginx.pid';" +# . venv/bin/activate ; python3 main.py