]> git.parisson.com Git - mezzo.git/commitdiff
update ports
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 20 May 2016 09:46:59 +0000 (11:46 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 20 May 2016 09:46:59 +0000 (11:46 +0200)
README.rst
env/dev.yml

index 2ac689e1d903e08f07314594894211fce5d1511b..02fc06f732ba7abd102c16decc14775209d28386 100644 (file)
@@ -17,7 +17,7 @@ On MacOSX or Windows install the `Docker Toolbox <https://www.docker.com/product
 Then run these commands::
 
     git clone --recursive git+ssh://git@git.forge.ircam.fr/ircam-www.git
-    cd Manifeste
+    cd ircam-www
     docker-compose up db
 
 Press CTRL-C to exit (the last command is needed to init the database).
@@ -30,13 +30,13 @@ For a production environment setup::
 
      docker-compose up
 
-Then browse the app at http://localhost:8010/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
+Then browse the app at http://localhost/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
 
 For a development environment setup::
 
     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)
+Then browse the app at http://localhost:9020/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
 
 
 Backup / Restore
@@ -44,14 +44,14 @@ Backup / Restore
 
 To backup the database, in **another** terminal (or a Docker Quickstart Terminal)::
 
-    cd Manifeste
+    cd ircam-www
     scripts/push.sh
 
 giving your user password if asked...
 
 To restore the backuped database, in another terminal (or a Docker Quickstart Terminal)::
 
-    cd Manifeste
+    cd ircam-www
     scripts/pull.sh
 
 If the app is broken after a restore script, restart the composition with::
index 2236339cfdd97ae209f3d785aec39d152b3e3fef..6f1da9da90258c489aa6b65c6be3a78059606fd6 100644 (file)
@@ -24,6 +24,6 @@ app:
   volumes:
     - ./app/:/srv/app
   ports:
-    - "9010:8000"
+    - "9020:8000"
   environment:
     - DEBUG='True'