How to deploy Node.js application with Oracle Instant client on Pivotal Cloud Foundry

287 Views Asked by At

I want to deploy my Node.js application to a Linux box with least possible manual command runs. I want to deploy it to Pivotal Cloud Foundry (PCF).

My application needs to connect to Oracle DB for which I am using node-oracledb and Oracle instant client.

However, I am confused how to automate downloading, unzipping and then setting up the PATH environment variable on the box for Oracle Instant Client in PCF.

Can someone suggest to me how this can be achieved?

0

There are 0 best solutions below