digitalmars.D.learn - vibe.d PaaS
- Guillaume Piolat (1/1) Sep 14 2016 Is there vibe.d hosting sold anywhere?
- wobbles (6/7) Sep 14 2016 Not that I know, but any VPS you rent would be capable of hosting
- llaine (6/13) Sep 14 2016 No PaaS service, but you can pretty simply use Heroku to deploy
- Guillaume Piolat (2/7) Sep 14 2016 Thanks!
- Guillaume Piolat (4/11) Sep 14 2016 That's what I do currently, but I'm no sysadmin and something
- Martin Tschierschke (10/11) Sep 16 2016 I am using this one: https://www.menkisys.de/
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
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: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 :)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
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
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:I've had success connecting vibe-d and heroku hosted postgresql dbs too :)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
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
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: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.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
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