colossus icon indicating copy to clipboard operation
colossus copied to clipboard

Installing it on a server

Open bill0alt opened this issue 4 years ago • 4 comments

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?

bill0alt avatar Dec 09 '21 00:12 bill0alt

Please help..... Someone should help out please.. How to i install in on a domain ?...

degreatmind avatar Dec 12 '21 14:12 degreatmind

@vitorfs can you look over it please?

bill0alt avatar Dec 16 '21 20:12 bill0alt

@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.

crtaylor243 avatar Jan 03 '22 16:01 crtaylor243