digitalmars.D.learn - Hosting vibe.d on OpenShift
- aberba (3/3) Dec 08 2016 I would like to try vibe.d with mongoDB on OpenShit. I managed to
- Tiberiu Gal (5/8) Dec 08 2016 I've tried to create a vibe cartridge but cannot because of
I would like to try vibe.d with mongoDB on OpenShit. I managed to do that on Heroku. Do I need a buildpack like vibe.d? Any help will be really appreciated.
Dec 08 2016
On Thursday, 8 December 2016 at 14:03:35 UTC, aberba wrote:I would like to try vibe.d with mongoDB on OpenShit. I managed to do that on Heroku. Do I need a buildpack like vibe.d? Any help will be really appreciated.I've tried to create a vibe cartridge but cannot because of memory limitations. The easiest way: You should build locally and deploy the executable
Dec 08 2016
On Thursday, 8 December 2016 at 20:37:23 UTC, Tiberiu Gal wrote:On Thursday, 8 December 2016 at 14:03:35 UTC, aberba wrote:Aawsh!!I would like to try vibe.d with mongoDB on OpenShit. I managed to do that on Heroku. Do I need a buildpack like vibe.d? Any help will be really appreciated.I've tried to create a vibe cartridge but cannot because of memory limitations. The easiest way: You should build locally and deploy the executable
Dec 10 2016
On Saturday, 10 December 2016 at 17:54:58 UTC, aberba wrote:On Thursday, 8 December 2016 at 20:37:23 UTC, Tiberiu Gal wrote:Cartridges are for OpenShift v2 and earlier, I would highly recommend trying OpenShift v3 instead. OpenShift v3 switched to using Docker (as well as Kubernetes) so if there is a vibe.d docker package or you can get it packaged in docker yourself it should run in OpenShift just fine. Note that v3 is in developer preview for Online, however I'd suggest using either Red Hat's CDK (https://developers.redhat.com/products/cdk/overview/) or Minishift (https://github.com/minishift/minishift) as an easy way to play around with it.On Thursday, 8 December 2016 at 14:03:35 UTC, aberba wrote:Aawsh!!I would like to try vibe.d with mongoDB on OpenShit. I managed to do that on Heroku. Do I need a buildpack like vibe.d? Any help will be really appreciated.I've tried to create a vibe cartridge but cannot because of memory limitations. The easiest way: You should build locally and deploy the executable
Dec 10 2016