Re: Hosting a vibe.d website

2016-08-24 Thread Seb via Digitalmars-d-learn

On Wednesday, 24 August 2016 at 19:19:33 UTC, Karabuta wrote:
Hello community, I usually host PHP websites for clients using 
shared hosting services but I'm not familiar with hosting 
compiled programming language websites.


What processes are involved hosting a vibe.d website developed 
locally on a web server (shared hosting plan). And what hosting 
services/packages are available for that?


Heroku is quite popular because it's free in the basic version 
and comes with zero maintenance or need of administrator skills:


http://tour.dlang.io/tour/en/vibed/deploy-on-heroku

However you can deploy a vibe.d application on literally any 
machine and even a VPS server should work quite fine.
If you are low on budget, you can usually spot great deals over 
at the Low End Box Blog [1] (I am not affiliated with them in any 
way)


[1] http://lowendbox.com/


Hosting a vibe.d website

2016-08-24 Thread Karabuta via Digitalmars-d-learn
Hello community, I usually host PHP websites for clients using 
shared hosting services but I'm not familiar with hosting 
compiled programming language websites.


What processes are involved hosting a vibe.d website developed 
locally on a web server (shared hosting plan). And what hosting 
services/packages are available for that?