From: Guillaume Pellerin Date: Fri, 20 May 2016 09:43:23 +0000 (+0200) Subject: fix doc and titles X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f65322f3907fb142d035c53dfdcd2d13b733610b;p=mezzo.git fix doc and titles --- diff --git a/README.rst b/README.rst index f4561dd8..598235f7 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ -================ -Manifeste IRCAM -================ +========= +WWW IRCAM +========= -This is the new template for the Manifeste festival website at IRCAM. It is based on the Mezzanine CMS which is itself based on Django. +This is the new IRCAM www website. It is based on the Mezzanine CMS which is itself based on Django. Install @@ -34,7 +34,7 @@ Then browse the app at http://localhost:8010/ (replacing 'localhost' by the IP g For a development environment setup:: - docker-compose -f docker-compose.yml -f conf/dev.yml up + docker-compose -f docker-compose.yml -f env/dev.yml up Then browse the app at http://localhost:9010/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)