0.2.4 • Published 8 years ago

openshift-deployment v0.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

OpenShift-Deployment

This tool allows it to deploy a given folder to OpenShift.

BuildStatus Test LastBuild CodeCoverageInJenkins

Installation

npm install openshift-deployment

Usage

You will only need to do the following:

Create a new OpenShift application under a specific domain. This can be done on the OpenShift website or by using the tool rhc. That's it. Now you are ready to use the deploy function. SSH key management will be done automatically for you. This tool generates a new SSH key on npm install.

var openshift = require('openshift');
openshift.deploy({user: 'example@test.com', pass: 'pass'}, 'myDomain', 'myApp', sourcePath).then(function(){
    //done
});

If the deployment was successful this function resolves.

Release Notes 0.2

The dependency to nodegit was removed, because its compiler requirements were too high to install it in the OpenShift Node.js 0.10 Cartridge.

License

MIT

0.2.4

8 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago