mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
Rename provision and oauth2 make targets
This commit is contained in:
parent
8f915f2d50
commit
4964f12725
6
Makefile
6
Makefile
@ -42,10 +42,10 @@ configure: build-configurator
|
|||||||
update:
|
update:
|
||||||
$(DOCKER_COMPOSE) pull
|
$(DOCKER_COMPOSE) pull
|
||||||
|
|
||||||
migrate: provision migrate-openedx migrate-forum $(extra_migrate_targets) oauth2
|
migrate: provision-database migrate-openedx migrate-forum $(extra_migrate_targets) provision-oauth2
|
||||||
provision:
|
provision-database:
|
||||||
$(DOCKER_COMPOSE_RUN) lms bash -c "dockerize -wait tcp://mysql:3306 -timeout 20s && bash /openedx/config/provision.sh"
|
$(DOCKER_COMPOSE_RUN) lms bash -c "dockerize -wait tcp://mysql:3306 -timeout 20s && bash /openedx/config/provision.sh"
|
||||||
oauth2:
|
provision-oauth2:
|
||||||
$(DOCKER_COMPOSE_RUN) lms /openedx/config/oauth2.sh
|
$(DOCKER_COMPOSE_RUN) lms /openedx/config/oauth2.sh
|
||||||
|
|
||||||
migrate-openedx:
|
migrate-openedx:
|
||||||
|
Loading…
Reference in New Issue
Block a user