• Members 29 posts
    March 27, 2019, 10:01 p.m.

    So I installed with Docker. I have been browsing your github repository and think I want to try and modify the source code and play about with it. But the source doesn't look the same with a docker install? is it possible to make changes with a docker install?

    I hope it makes sense what I am trying to do. It is not the template I want to change. I was thinking to try integrate a blog.

  • March 27, 2019, 10:31 p.m.

    Docker setup is done in a way to make it easy to deploy Misago and protect site owners from it's complexity. ;)

    The trick to run custom Misago with misago-docker is to upload customized misago directory (the one with __init__.py and other python files) to directory containing manage.py. You may also need to run docker-compose build to rebuild the containers, but I don't think that's required.

  • Members 29 posts
    March 27, 2019, 10:36 p.m.

    Ok perfect thanks for your quick reply!

  • Members 29 posts
    March 31, 2019, 7:35 p.m.

    Well I tried to do this but it just ignores any changes I make. I uploaded the cusomized misago directory and did docker-compose build. Maybe its not possible? I don't know but I am new to it. I just basically want to be able to install docker version and be able to edit backend files in production.