]> git.parisson.com Git - mezzo.git/commitdiff
Added default admin account in the README
authorRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Thu, 28 Sep 2017 11:04:35 +0000 (13:04 +0200)
committerRaphael Voyazopoulos <raphael.voyazopoulos@ircam.fr>
Thu, 28 Sep 2017 11:04:35 +0000 (13:04 +0200)
README.rst

index 4b88050ef95b4e4b0723a4bd160f6df496de7f57..69e3163abc3da29ef2606556dcdad240e0d5b74d 100644 (file)
@@ -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.