Lack of interest Have you considered Docker as a deployment option?

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

jeffwidman

Active member
Using docker makes it super-easy for non-devs to deploy, and alleviates a lot of the support headaches caused by users not having the right php or mysql version.

This means users wouldn't be able to host with traditional shared hosting, but VPS accounts are getting cheaper all the time (DO is ~$10 a month, and this will only get cheaper) and I suspect most folks who'd pay for a Xenforo license wouldn't mind paying $10 a month for hosting (and likely cheaper than what many are paying already).

It'd also let you upgrade your underlying dependencies whenever you want--just tell users to upgrade their docker container.

Installing/upgrading a docker container is only a couple of terminal commands--very easy to just put those in an install guide and tell users to copy/paste from there.

Here's a better explanation of what I mean:
http://www.jeffknupp.com/blog/2014/06/30/docker-blurs-the-line-between-saas-and-selfhosted-apps/
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom