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.
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
}