I am window user. I installed tutor via source code and I tried to set up Tutor local development (Open edX development — Tutor documentation) but it is not successful.
Here are what I did:
- Install Tutor using source code to installation path c:\install\
- Set TUTOR_ROOT as Target Host, e.g., c:\host\
- Set up local development environment (
https://docs.tutor.edly.io/dev.html
)
Under installation path c:\install\tutor
3.1) Clone edx-platform from git to c:\install\openedx\tutor\edx-platform
3.2) c:\install\Tutor\tutor mounts add ./edx-platform - Build images “openedx-dev”
- Run “tutor dev launch”
Problem: I try to change the edx-platform code and run tutor dev launch. Changes code are not found at the host.
Previously, I clone edx-platform code to separated folder e.g., c:\edx-platform, add mount, and run tutor dev launch. Build is not successful because the error looks for the code inside Tutor installation path.
Is there any mistake I made? Thanks a lot in advance.