I’m working on the customizing of openedx need local setup to debug. Can you please help me with the steps of setup of openedx and how it can be done in local environment to debug?
Hello AMRUTH_anbu,
CREATE A NEW ENVIRONMENT AND INSTALL OPENedX
- mkproject
- mkvirtualenv --python python3.8
- set virtualenv project
Create if necessary the require.txt
-
pip installation -r requirements.txt
-
tutor dev launch
*TO INSTALL THE TUTOR NIGHTLY
git clone --branch=nightly GitHub - overhangio/tutor: The Docker-based Open edX distribution designed for peace of mind
pip install -e “./tutor[full]”
-
tutor dev launch
-
tutor images build all
Then if you want to work with some MFE, you clone it from git and mount it as follows:
tutor mounts add
and desmount
tutor mounts remove
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.