This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Implicitly mount and install edx-platform packages #177
Comments
I wanted this feature in order to help me work on a Studio project, so I have a very hacky personal implementation of it going in kdmccormick/tutor#36. I currently have no plans to clean that up for merge, but I'll post here again if that changes. |
regisb
changed the title
Implictly mount and install edx-platform packages
Implicitly mount and install edx-platform packages
Oct 9, 2023
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Oct 9, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Oct 9, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Nov 14, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Nov 20, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Nov 22, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Nov 30, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Dec 10, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Dec 10, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Dec 10, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Dec 10, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Dec 10, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
regisb
added a commit
to overhangio/tutor
that referenced
this issue
Dec 10, 2023
These changes make to possible to run: tutor mounts add /path/to/my-xblock The xblock directory with then be auto-magically bind-mounted in the "openedx" image at build time, and the lms*/cms* containers at run time. This makes it effectively possible to work as a developer on edx-platform requirements. We take the opportunity to move some openedx-specific code to a dedicated module. Close openedx-unsupported/wg-developer-experience#177
github-project-automation
bot
moved this from In Progress
to Closed
in Developer Experience Working Group
Dec 10, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As discussed at DevX, we want to:
platform-plugin-*
,xblock-*
,platform-lib-*
).RUN bash -c 'for p in $(ls /openedx/packages) ; do "pip install -e /openedx/packages/$p" ; done'
We want full the workflow to look something like:
The text was updated successfully, but these errors were encountered: