7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +00:00

Upgrade to tutor on running "make config.json"

This commit is contained in:
Régis Behmo 2018-12-27 14:23:15 +01:00
parent 91be239ca1
commit c393dda48e

View File

@ -8,6 +8,7 @@ build: ## Build all docker images
cd build/ && make build
config.json:
@$(MAKE) -s upgrade-to-tutor
@$(MAKE) -s -C build/ build-configurator 1> /dev/null
@docker run --rm -it \
--volume="$(PWD):/openedx/config/" \
@ -24,16 +25,16 @@ substitute: config.json
regis/openedx-configurator:hawthorn \
configurator substitute /openedx/templates/ /openedx/output/
local: upgrade-to-tutor ## Configure and run a ready-to-go Open edX platform
local: ## Configure and run a ready-to-go Open edX platform
$(MAKE) -C deploy/local all
stop: ## Stop all single server services
$(MAKE) -C deploy/local stop
android: upgrade-to-tutor ## Configure and build a development Android app
android: ## Configure and build a development Android app
cd android/ && make all
travis: upgrade-to-tutor
travis:
cd build && make build
cd deploy/local \
&& make configure SILENT=1 CONFIGURE_OPTS="-e SETTING_ACTIVATE_NOTES=1 -e SETTING_ACTIVATE_XQUEUE=1" \