www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - An example of using D build pack for Heroku. Deploy your vibe-d app to

reply Pablo De =?UTF-8?B?TsOhcG9saQ==?= <pdenapo gmail.com> writes:
I just wanted to let you know that I have creating an example of 
how to use
your build pack for deployment of D applications into Heroku 
(¡Many
thanks to Martin Nowak for creating that! I also have written to 
him about this).

The nice feature is that you just start by cloning my repository 
and then
deploy your application to Heroku in one click by pressing the 
Heroku button.

For new users, this will be much easier than follow the 
instructions at

https://tour.dlang.org/tour/en/vibed/deploy-on-heroku

so I suggest that you add a link there.

all the best
Pablo De Nápoli
Oct 11 2019
next sibling parent reply Pablo De =?UTF-8?B?TsOhcG9saQ==?= <pdenapo gmail.com> writes:
On Friday, 11 October 2019 at 22:41:51 UTC, Pablo De Nápoli wrote:
 I just wanted to let you know that I have creating an example 
 of how to use
 your build pack for deployment of D applications into Heroku 
 (¡Many
 thanks to Martin Nowak for creating that! I also have written 
 to him about this).

 The nice feature is that you just start by cloning my 
 repository and then
 deploy your application to Heroku in one click by pressing the 
 Heroku button.

 For new users, this will be much easier than follow the 
 instructions at

 https://tour.dlang.org/tour/en/vibed/deploy-on-heroku

 so I suggest that you add a link there.

 all the best
 Pablo De Nápoli
I forgot the URL of my repository https://github.com/pdenapo/d-lang-heroku-example
Oct 11 2019
parent aberba <karabutaworld gmail.com> writes:
On Friday, 11 October 2019 at 22:43:32 UTC, Pablo De Nápoli wrote:
 On Friday, 11 October 2019 at 22:41:51 UTC, Pablo De Nápoli 
 wrote:
 I just wanted to let you know that I have creating an example 
 of how to use
 your build pack for deployment of D applications into Heroku 
 (¡Many
 thanks to Martin Nowak for creating that! I also have written 
 to him about this).

 The nice feature is that you just start by cloning my 
 repository and then
 deploy your application to Heroku in one click by pressing the 
 Heroku button.

 For new users, this will be much easier than follow the 
 instructions at

 https://tour.dlang.org/tour/en/vibed/deploy-on-heroku

 so I suggest that you add a link there.

 all the best
 Pablo De Nápoli
I forgot the URL of my repository https://github.com/pdenapo/d-lang-heroku-example
There's Now.sh which has runtime/builders (https://github.com/zeit/now-builders) for Go, Pyhton, etc. I wonder how e can get it to run D code.
Oct 30 2019
prev sibling parent =?UTF-8?Q?S=c3=b6nke_Ludwig?= <sludwig+d outerproduct.org> writes:
Am 12.10.2019 um 00:41 schrieb Pablo De Nápoli:
 
 
 I just wanted to let you know that I have creating an example of how to use
 your build pack for deployment of D applications into Heroku (¡Many
 thanks to Martin Nowak for creating that! I also have written to him 
 about this).
 
 The nice feature is that you just start by cloning my repository and then
 deploy your application to Heroku in one click by pressing the Heroku 
 button.
 
 For new users, this will be much easier than follow the instructions at
 
 https://tour.dlang.org/tour/en/vibed/deploy-on-heroku
 
 so I suggest that you add a link there.
 
 all the best
 Pablo De Nápoli
I've added a link to https://vibed.org/tutorials
Oct 25 2019