Installing it on a server
Are there an instructions to install the program not locally but to host it on a domain. I checked the documentation and it only gives the instructions to install it locally and not publicly. Does anybody know how to do it?
Please help..... Someone should help out please.. How to i install in on a domain ?...
@vitorfs can you look over it please?
@bill0alt You can use Heroku to deploy this without too much work. There is a "Deploy to Heroku" button in the README that you can use. I had to use these docs to get that button working for me.
Note: I had to bump the python version in runtime.txt to python-3.6.15 to meet Heroku's minimum version support. I've opened a PR for this fix and confirmed a working deployment on Heroku as of writing this comment.
Otherwise, you could consider adding Docker support. There is an open PR from 2018 to do exactly that, but it is likely obsolete.