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