You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: