From 245655908aa8cb3b53d5b0f5cdf2906f5520fe54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 16 Jul 2018 19:42:39 +0200 Subject: [PATCH] Document the LMS/CMS urls This closes issue #42. --- Makefile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9377cac..295c3a9 100644 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index bd67b5e..829620a 100644 --- a/README.md +++ b/README.md @@ -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