X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=admportal%2Fshell%2Fstart_portal.sh;h=8a0c445209e83f72da4cf5c3b32b31faffcd59e5;hb=9cc13107ea7f618a38ed05de2966006756f73d73;hp=976502cd33cffebe63c4938ce07a6caec175b51f;hpb=324ee36fe31763e507b422ab0a88e4230045e205;p=sdnc%2Foam.git diff --git a/admportal/shell/start_portal.sh b/admportal/shell/start_portal.sh index 976502cd..8a0c4452 100755 --- a/admportal/shell/start_portal.sh +++ b/admportal/shell/start_portal.sh @@ -1,8 +1,8 @@ #. ./set-https-env.sh #cd ../bin #cp ../config/config.json.https ../config/config.json -export PROJECT_HOME=/opt/openecomp/sdnc -export PROJECT_RUNTIME_BASE=/opt/openecomp/sdnc +export PROJECT_HOME=/opt/onap/sdnc +export PROJECT_RUNTIME_BASE=/opt/onap/sdnc #export JAVA_HOME=/usr/lib/jvm/java-7-oracle export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 export SSL_ENABLED=false @@ -19,11 +19,11 @@ export MAIN_MENU SSL_ENABLED=`python $PROJECT_HOME/admportal/shell/getAdmPortalProp.py sslEnabled | sed -e 's|['\'']||g'` export SSL_ENABLED -if [ ! -d /opt/openecomp/sdnc/admportal/node_modules ]; then - cd /opt/openecomp/sdnc/admportal && npm install +if [ ! -d /opt/onap/sdnc/admportal/node_modules ]; then + cd /opt/onap/sdnc/admportal && npm install fi -cd /opt/openecomp/sdnc/admportal +cd /opt/onap/sdnc/admportal node shell/www #if [ "true" == "${SSL_ENABLED}" ]; then #pm2 startOrRestart process.https.json