aboutsummaryrefslogtreecommitdiffstats
path: root/admportal/shell/start_portal.sh
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-20 22:21:09 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-20 22:21:09 +0000
commit821a5c4c9630814f553913cd6d464ff3e2027d18 (patch)
tree0e780a3102f519695164a477df0d4cd43a1f64f3 /admportal/shell/start_portal.sh
parent7629aef322c86ae2824d431f444267b46c16af7d (diff)
parentb50a02c4a97676a8d4e976dbbcd6c7f8e21713a3 (diff)
Merge "remove jar files"
Former-commit-id: 7818a148f53081c4159f49824f739c47cc7c0da6
Diffstat (limited to 'admportal/shell/start_portal.sh')
-rwxr-xr-xadmportal/shell/start_portal.sh10
1 files changed, 5 insertions, 5 deletions
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