Customization of open edx platform

tutor 13.2.2
ubuntu 21.10
After running tutor dev quickstart successfully
now for bind mount running
tutor dev start --mount=lms:/.local/share/tutor/to/edx-platform:/openedx/edx-platform lms
in path i gave given the tutor path unable to find edx-platform

showing error

Recreating 914fca0ce085_tutor_dev_lms_1        ... error

ERROR: for 914fca0ce085_tutor_dev_lms_1  Cannot start service lms: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./manage.py": stat ./manage.py: no such file or directory: unknown

ERROR: for lms  Cannot start service lms: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./manage.py": stat ./manage.py: no such file or directory: unknown
ERROR: Encountered errors while bringing up the project.
Error: Command failed with status 1: docker-compose -f /home/cdac/.local/share/tutor/env/local/docker-compose.yml -f /home/cdac/.local/share/tutor/env/dev/docker-compose.yml -f /home/cdac/.local/share/tutor/env/dev/docker-compose.tmp.yml --project-name tutor_dev up --remove-orphans --build lms

@thinnguyen @sambapete @regis

Hi @Harshgaur14 ,

You must understand about docker, docker container before using these commands.
For the issue, take a look Open edX development — Tutor documentation
There was command to mount edx-platform into docker container
tutor dev start --mount=lms:/path/to/edx-platform:/openedx/edx-platform lms

  1. See bolded string /path/to/edx-platform, that means you should clone edx-platform with same branch/tag version in the defined Dockerfile (where it is, you must find it)
  2. Second thing, your path /.local/share/tutor/to/edx-platform seem incorrect, it must be /home/cdac/.local/share/tutor/to/edx-platform which source code you cloned and located here

Developing LMS in open edX is not easy, you should learn much more knowledge before starting though overhang.io provided wonderful tool. You do not understand it, you can’t use it, and you can’t do

I am new to tutor and docker.
Step by step learning.

@Harshgaur14 no worries.

Starting with tutor seem easy if follow to documentation. However, first those steps happen unexpected will make someone give up. Don’t worry, behind you always have community, they will support you. I’m sure you will learn a lot

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.