HI all,
I am new to Cloud Foundry and am exploring the possibility of deploying native C/C++ server/client applications onto Cloud Foundry.
Is this possible at all?
I saw several pages which describes about Java apps, eclipse plugin etc. but none talk about native C/C++ apps at all.
If it is possible, please point me to a tutorial or wiki or any documentation.
Thanks you!
On Sep 10, 2014 5:39 AM, <rar...@gmail.com> wrote:
>
> HI all,
>
> I am new to Cloud Foundry and am exploring the possibility of deploying native C/C++ server/client applications onto Cloud Foundry.
>
> Is this possible at all?
You can use this build pack to run a binary. If you compile ahead of time it'll work.
https://github.com/ryandotsmith/null-buildpack
>
> I saw several pages which describes about Java apps, eclipse plugin etc. but none talk about native C/C++ apps at all.
Haven't seen a build pack that compiles C or C++ but you can. Build tools are available in the staging environment. You'd need to find or create a build pack to do that though. See OP for more on that.
Dan
>
> If it is possible, please point me to a tutorial or wiki or any documentation.
>
>
> Thanks you!
>
> --
> You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
> To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/84aecf18-06fe-4bd5-804c-aeb707092e35%40cloudfoundry.org.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
But they are currently designed to be ran as binary (for windows of Linux)
and with the need to write to the local file system
--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/0f6e8de1-b8e8-4e91-8acc-388118688dd5%40cloudfoundry.org.