From 76b0ce9bebdfb91867e88e6b20184b1f35615515 Mon Sep 17 00:00:00 2001 From: Raphael Voyazopoulos Date: Thu, 28 Sep 2017 13:04:35 +0200 Subject: [PATCH] Added default admin account in the README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4b88050e..69e3163a 100644 --- a/README.rst +++ b/README.rst @@ -151,7 +151,9 @@ For a production environment setup:: which builds, (re)creates, starts, and attaches all containers. -Then browse the app at http://localhost:8021/ +Then browse the app at http://localhost:9300/ + +The default administrator account at http://localhost:9300/admin is `admin:admin` On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal. @@ -198,7 +200,7 @@ For a development environment setup:: docker-compose -f docker-compose.yml -f env/dev.yml up -This will launch the django development server. Then browse the app at http://localhost:9021/ +This will launch the django development server. Then browse the app at http://localhost:9400/ On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal. -- 2.39.5