Skip to content

theodo/nodejs-oracledb-buildpack

Repository files navigation

Cloud Foundry Node.js Oracle Buildpack by DDM

Forked from nodejs-oracledb-buildpack

A Cloud Foundry buildpack for Node based apps.

This is based on the Heroku buildpack.

Additional documentation can be found at the CloudFoundry.org.

How to use it

Run bluemix api https://api.bluemixitg.staging.echonet Install CloudFoundry CLI Run cf login -u YOUR_UID -p YOUR_PASSWORD Specify your node version in package.json of your application

{
  'engines':
    'node': 6.10.3,
    'npm': 3.10.3
}

⚠️ Available node versions in this buildpacks 4.8.2, 4.8.3, 6.10.2, 6.10.3, 7.9.0, 7.10.0, 8.0.0 Run 'cf push your_app -b https://github.com/theodo/nodejs-oracledb-buildpack.git'