mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 17:38:46 +00:00
parent
d97142a2ea
commit
245655908a
1
Makefile
1
Makefile
@ -12,6 +12,7 @@ DOCKER_COMPOSE_RUN_LMS = $(DOCKER_COMPOSE_RUN_OPENEDX) -p 8000:8000 lms
|
||||
DOCKER_COMPOSE_RUN_CMS = $(DOCKER_COMPOSE_RUN_OPENEDX) -p 8001:8001 cms
|
||||
|
||||
all: configure update migrate assets daemon
|
||||
@echo "All set \o/ You can access the LMS at http://localhost and the CMS at http://studio.localhost"
|
||||
|
||||
##################### Bootstrapping
|
||||
|
||||
|
@ -66,7 +66,7 @@ If migrations are stopped with a `Killed` message, this certainly means the dock
|
||||
|
||||
make up
|
||||
|
||||
This will launch the various docker containers required for your Open edX platform. The LMS and the Studio will then be reachable at the domain name you specified during the configuration step.
|
||||
This will launch the various docker containers required for your Open edX platform. The LMS and the Studio will then be reachable at the domain name you specified during the configuration step. You can also access them at [http://localhost](http://localhost) and [http://studio.localhost](http://studio.localhost).
|
||||
|
||||
## Additional commands
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user