vitorfs / colossus

Self-hosted email marketing solution
https://colossus.readthedocs.io
MIT License
503 stars 128 forks source link

Installing it on a server #45

Open bill0alt opened 2 years ago

bill0alt commented 2 years ago

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?

degreatmind commented 2 years ago

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

bill0alt commented 2 years ago

@vitorfs can you look over it please?

crtaylor243 commented 2 years ago

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