to update apt and brew packages:
./update.sh
to activate python environment
source venv/bin/activate
To set the open edx theme in tutor
# ADD ME PLEASE.
To refresh the theme repository for the tutor openedx Docker build
./update.sh
To set an Open edX configuration values using tutor command line
tutor config save --set PLATFORM_NAME="Ilm Camp"
tutor local launch
# accept all default values
docker exec ps
docker exec -it tutor_local-lms-1 /bin/bash
cat /openedx/edx-platform/lms/envs/production.py
tutor local run lms sh