Unable to install Open Edx locally with tutor. tutor_local-permissions not running in docker

I’m trying to make a local installation. I tried every method from the documentation to install Open edx Tutor:

My system is:

OS: 22.04.1-Ubuntu
Docker version 28.2.2, build e6534b4
docker-buildx-plugin/jammy,now 0.24.0-1
docker-ce/jammy,now 5:28.2.2-1
docker-ce-cli/jammy,now 5:28.2.2-1
docker-ce-rootless-extras/jammy,now 5:28.2.2-1
docker-compose-plugin/jammy,now 2.36.2-1

All three methods result the same, showing the sample page for the generated links:

http://local.openedx.io/

http://studio.local.openedx.io/

I followed the troubleshooting guide but couldn’t fix it. My first error is always the same with all the installation methods, the caddy server, and I resolve it as this guide advices:

changing the port to “81” with:
tutor config save --set ENABLE_WEB_PROXY=false --set CADDY_HTTP_PORT=81

After that running tutor always result in the same. All the generated links lead to the sample page.

My Portainer shows 12 containers running and 1 stopped (the ones corresponding to Open edx).

tutor_local-permissions-1 (Stopped)
Stopped for a day with exit code 0

Here some of the errors shown:

Other errors show up in the installation process. They mention the migrations and advice to run “manage.py”, however the result is that the file “manage.py” does not exist.

Can anybody tell me what am I doing wrong?

Hi @paulo_roza and welcome!

Could you edit your post and put the full logs in a code block, rather than partial logs in three screenshots? This makes it easier to read and search. You can make a code block by putting three backticks (`) before and after the code block.