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

Document the LMS/CMS urls

This closes issue #42.
This commit is contained in:
Régis Behmo 2018-07-16 19:42:39 +02:00
parent d97142a2ea
commit 245655908a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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