Wednesday 19 January 2022

VBCS Deployment Commands

We can create a separate Git repository for each VBCS applications and we can use the following NPM command (Node JS) to install the application. 

We can use Jenkins or Oracle Developer Cloud Service to Get the code from repository and install the application. 

Create a respective build parameters and use them in the script. 

#!/bin/bash


cd $(pwd)/vbcs/application/${APPLICATION_NAME}

npm install

./node_modules/.bin/grunt vb-build --url=https://${VBCS_HOST_NAME}/ic/builder/ --username=${USER_NAME} --password=${PASSWORD} --id=${APPLICATION_ID} --ver=${VERSION} --schema=live




No comments:

Post a Comment

IDCS - Identity Federation with Azure and Google (SAML IDP & Social IDP)

  Collect IDCS Meta Data Enable "Access Signing Certificate" option to get the IDCS metadata.   Default Domain Settings ->  Sel...