Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
September 14, 2016 vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Is there vibe.d hosting sold anywhere? |
September 14, 2016 Re: vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Piolat | 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 Re: vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Posted in reply to wobbles | 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 Re: vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Posted in reply to wobbles | 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 Re: vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Posted in reply to llaine | 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 Re: vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Piolat | 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 Re: vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Posted in reply to wobbles | 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 Re: vibe.d PaaS | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Piolat | 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. |
Copyright © 1999-2021 by the D Language Foundation