mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
Add convenient make debug
command
This command will certainly be used for github issue templating.
This commit is contained in:
parent
436ad015cf
commit
61bcc2aa29
12
Makefile
12
Makefile
@ -55,6 +55,18 @@ stop:
|
||||
|
||||
##################### Extra
|
||||
|
||||
debug:
|
||||
uname -a
|
||||
@echo "-------------------------"
|
||||
docker version
|
||||
@echo "-------------------------"
|
||||
docker-compose --version
|
||||
@echo "-------------------------"
|
||||
python --version
|
||||
@echo "-------------------------"
|
||||
echo $$EDX_PLATFORM_PATH
|
||||
echo $$EDX_PLATFORM_SETTINGS
|
||||
|
||||
import-demo-course:
|
||||
$(DOCKER_COMPOSE_RUN_OPENEDX) cms /bin/bash -c "git clone https://github.com/edx/edx-demo-course ../edx-demo-course && git -C ../edx-demo-course checkout open-release/ginkgo.master && python ./manage.py cms import ../data ../edx-demo-course"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user