X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Fresources%2Fscripts%2Finit%2Fo2api_start.sh;h=c1b239d1acd59380603c2b438ca5cb798f760779;hb=c6d1010ba670d6b01876ee3d46c8364ccc530c4a;hp=46ea5f50b78045d4c47757857b2b7990913c36b4;hpb=cb9a72de554108746c4ed35f8ad9e0a5550f626d;p=pti%2Fo2.git diff --git a/charts/resources/scripts/init/o2api_start.sh b/charts/resources/scripts/init/o2api_start.sh index 46ea5f5..c1b239d 100644 --- a/charts/resources/scripts/init/o2api_start.sh +++ b/charts/resources/scripts/init/o2api_start.sh @@ -15,20 +15,22 @@ #!/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 <>/etc/hosts -127.0.0.1 api -127.0.0.1 postgres -127.0.0.1 redis -EOF +# cat <>/etc/hosts +# 127.0.0.1 api +# 127.0.0.1 postgres +# 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