Skip to content

Commit

Permalink
docs: Add a readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Jul 31, 2024
1 parent ba370c5 commit b344ca0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

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


0 comments on commit b344ca0

Please sign in to comment.