Re: Just got CF deployed - What is a good first application tutorial?
Dave Nielsen <dnielsen@...>
Hi Joseph,
toggle quoted messageShow quoted text
You can add an entry into the manifest.yml file to specify the specific build pack you want to use. Here's an example of a manifest.yml that specifies a buildpack located in the Cloud Foundry github repo. applications: - name: cf-node-contactform host: cf-node-contactform-dcn6 memory: 128M command: node server.js buildpack: *https://github.com/cloudfoundry/nodejs-buildpack.git <https://github.com/cloudfoundry/nodejs-buildpack.git>* Best, Dave Dave Nielsen Organizer: SVCloudFoundry <http://meetup.com/cloudfoundry> Developer Relations, Redis Labs twitter davenielsen <http://twitter.com/davenielsen>; linkedin dnielsen <http://linkedin.com/in/dnielsen>; fb: dcnielsen <http://fb.com/dcnielsen> skype: davenielsen; gtalk: dnielsen; mobile: +1-415-531-6674
On Mon, Oct 5, 2015 at 4:01 AM, Joseph Biron <admin(a)josephbiron.com> wrote:
Hey that explicit build pack worked great!
|
|