From: Raphael Voyazopoulos Date: Thu, 28 Sep 2017 11:04:35 +0000 (+0200) Subject: Added default admin account in the README X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=76b0ce9bebdfb91867e88e6b20184b1f35615515;p=mezzo.git Added default admin account in the README --- 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.