Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 455596

Summary: Support procfiles in cloud-foundry application deployment
Product: [ECD] Orion Reporter: Maciej Bendkowski <maciej.bendkowski>
Component: DeploymentAssignee: Maciej Bendkowski <maciej.bendkowski>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 8.0   
Hardware: PC   
OS: All   
Whiteboard:

Description Maciej Bendkowski CLA 2014-12-18 05:36:30 EST
According to the cloud-foundry documentation (see, e.g. [1]), the "command" property used to run node.js applications can be provided via manifest.yml, command line, package.json or special file called Procfile. Our current implementation does not include the Procfile method.

[1] http://docs.cloudfoundry.org/buildpacks/node/node-tips.html