Skip to content

The minimal stuff needed to spin up default edx-platform for dev/testing.

Notifications You must be signed in to change notification settings

feanil/minimal-edx-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ...

About

The minimal stuff needed to spin up default edx-platform for dev/testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published