Skip to content

Files

Latest commit

b344ca0 · Jul 31, 2024

History

History
16 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 348 Bytes
cd minimal-edx-platform
docker compose up
cd ../edx-platform
export LMS_CFG=/home/feanil/src/openedx/edx-platform/lms/envs/minimal.yml
export CMS_CFG=/home/feanil/src/openedx/edx-platform/lms/envs/minimal.yml

# Then you should be able to do any of the following

python manage.py lms runserver
python manage.py cms runserver
pytest ...