www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - vibe.d PaaS

reply Guillaume Piolat <first.last gmail.com> writes:
Is there vibe.d hosting sold anywhere?
Sep 14 2016
next sibling parent reply wobbles <grogan.colin gmail.com> writes:
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 ?)
Sep 14 2016
next sibling parent reply llaine <darksioul6 gmail.com> writes:
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 :)
Sep 14 2016
parent reply Guillaume Piolat <first.last gmail.com> writes:
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!
Sep 14 2016
parent reply wobbles <grogan.colin gmail.com> writes:
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 :)
Sep 14 2016
parent llaine <darksioul6 gmail.com> writes:
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
Sep 15 2016
prev sibling parent Guillaume Piolat <first.last gmail.com> writes:
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.
Sep 14 2016
prev sibling parent Martin Tschierschke <mt smartdolphin.de> writes:
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.
Sep 16 2016