Fix two bugs in simulator & code cleaning
[sim/a1-interface.git] / near-rt-ric-simulator / src / start.sh
index a424b5a..9d5acd8 100755 (executable)
@@ -37,5 +37,13 @@ echo "PYTHONPATH set to: "$PYTHONPATH
 
 cd $1
 
+#start nginx
+nginx -c /usr/src/app/nginx.conf
+
+#start callBack server
+echo "Path to callBack.py: "$PWD
+python -u callBack.py &
+
+#start near-rt-ric-simulator
 echo "Path to main.py: "$PWD
 python -u main.py