Thread overview
vibe.d PaaS
Sep 14, 2016
Guillaume Piolat
Sep 14, 2016
wobbles
Sep 14, 2016
llaine
Sep 14, 2016
Guillaume Piolat
Sep 14, 2016
wobbles
Sep 15, 2016
llaine
Sep 14, 2016
Guillaume Piolat
September 14, 2016
Is there vibe.d hosting sold anywhere?
September 14, 2016
On Wednesday, 14 September 2016 at 09:01:11 UTC, Guillaume Piolat wrote:
> Is there vibe.d hosting sold anywhere?

Not that I know, but any VPS you rent would be capable of hosting it.

I guess you don't want to deal with all of the other services you'd need? (nginx / security / dbs etc etc ?)
September 14, 2016
On Wednesday, 14 September 2016 at 09:40:47 UTC, wobbles wrote:
> On Wednesday, 14 September 2016 at 09:01:11 UTC, Guillaume Piolat wrote:
>> Is there vibe.d hosting sold anywhere?
>
> Not that I know, but any VPS you rent would be capable of hosting it.
>
> I guess you don't want to deal with all of the other services you'd need? (nginx / security / dbs etc etc ?)

No PaaS service, but you can pretty simply use Heroku to deploy any vibe.d application.

Check the tour.dlang.io http://tour.dlang.io/tour/en/vibed/deploy-on-heroku where everything is explained :)
September 14, 2016
On Wednesday, 14 September 2016 at 09:40:47 UTC, wobbles wrote:
> On Wednesday, 14 September 2016 at 09:01:11 UTC, Guillaume Piolat wrote:
>> Is there vibe.d hosting sold anywhere?
>
> Not that I know, but any VPS you rent would be capable of hosting it.
>
> I guess you don't want to deal with all of the other services you'd need? (nginx / security / dbs etc etc ?)

That's what I do currently, but I'm no sysadmin and something that would bundle postgres, vibe.d and SSL for the lazy would be nice. Though the market for it is probably small.
September 14, 2016
On Wednesday, 14 September 2016 at 10:56:57 UTC, llaine wrote:
> No PaaS service, but you can pretty simply use Heroku to deploy any vibe.d application.
>
> Check the tour.dlang.io http://tour.dlang.io/tour/en/vibed/deploy-on-heroku where everything is explained :)

Thanks!
September 14, 2016
On Wednesday, 14 September 2016 at 16:03:50 UTC, Guillaume Piolat wrote:
> On Wednesday, 14 September 2016 at 10:56:57 UTC, llaine wrote:
>> No PaaS service, but you can pretty simply use Heroku to deploy any vibe.d application.
>>
>> Check the tour.dlang.io http://tour.dlang.io/tour/en/vibed/deploy-on-heroku where everything is explained :)
>
> Thanks!

I've had success connecting vibe-d and heroku hosted postgresql dbs too :)
September 15, 2016
On Wednesday, 14 September 2016 at 16:08:36 UTC, wobbles wrote:
> On Wednesday, 14 September 2016 at 16:03:50 UTC, Guillaume I've had success connecting vibe-d and heroku hosted postgresql dbs too :)


It's actually quite easy, create a DB on Heroku, grab the credentials and pass them in your connection object.

Example --> https://github.com/llaine/benchmarks/blob/master/vibed/source/app.d#L41
September 16, 2016
On Wednesday, 14 September 2016 at 09:01:11 UTC, Guillaume Piolat wrote:
> Is there vibe.d hosting sold anywhere?

I am using this one: https://www.menkisys.de/

in the moment vibe.d only for tests.
But with an Rails web service, using a small parser for email with attached pdf,
 written in D, it is only 5 Euro/month for a virtual machine running ubuntu.

Oh, it seams they only offer support in German language(?)...

Regards mt.