Merge "Fix INF-344 resourceType fields on alarmDictionary"
[pti/o2.git] / charts / resources / scripts / init / o2api_start.sh
index 46ea5f5..6c7ebbf 100644 (file)
 #!/bin/bash
 
 # pull latest code to debug
-cd /root/
-git clone "https://gerrit.o-ran-sc.org/r/pti/o2"
+cd /root/
+git clone "https://gerrit.o-ran-sc.org/r/pti/o2"
 # cd o2
 # git pull https://gerrit.o-ran-sc.org/r/pti/o2 refs/changes/85/7085/5
 # pip install retry
 
-pip install -e /root/o2
+# pip install -e /root/o2
+# pip install -e /src
 
 cat <<EOF>>/etc/hosts
 127.0.0.1  api
@@ -29,6 +30,7 @@ cat <<EOF>>/etc/hosts
 127.0.0.1  redis
 EOF
 
-flask run --host=0.0.0.0 --port=80
+
+flask run --host=0.0.0.0 --port=80 --cert /configs/server.crt  --key /configs/server.key
 
 sleep infinity