Re: Documentation on creating and deploying windows applications diego-windows-release


James Bayer
 

this blog [1] shows an example windows app push:
cf push APPNAME -s windows2012R2 -b binary_buildpack

in this example, you'd want to take an app like this example [2] that has
been "published" from visual studio and push from that publish directory
(or specify it with -p).

web socket apps should work well provided your load balancer configuration
supports web socket.

[1]
https://blog.pivotal.io/pivotal-cloud-foundry/products/pivotal-cloud-foundry-1-6-technical-blog-new-runtime-services-net-more
[2] https://github.com/jbayer/windows-cf-demo

On Tue, Nov 17, 2015 at 6:44 AM, Vinay Vaidya <vvaidya(a)rediffmail.com>
wrote:

Deployed Diego components for Cloud Foundry per
https://github.com/cloudfoundry-incubator/diego-windows-release

How do I create and deploy windows apps on Diego? Specifically, is it
possible to deploy a native windows application that has multiple fiies and
directories besides the main executable? What about a .NET application that
is a client using a websocket connection to the server? Thanks.


--
Thank you,

James Bayer

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.