]> git.parisson.com Git - mezzo.git/commitdiff
Fix ports
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 5 Jan 2017 17:16:47 +0000 (18:16 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 5 Jan 2017 17:16:47 +0000 (18:16 +0100)
README.rst
app/bin/init.sh
doc/src/development.rst
doc/src/install.rst

index ef92eb4208b71633c26224097cdf3e9381d77fe6..bfed3badf56bf3c68f1ca218121c93ba311f2f4d 100644 (file)
@@ -151,7 +151,7 @@ For a production environment setup::
 
 which builds, (re)creates, starts, and attaches all containers.
 
-Then browse the app at http://localhost:8020/
+Then browse the app at http://localhost:8021/
 
 On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal.
 
@@ -198,7 +198,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:9020/
+This will launch the django development server. Then browse the app at http://localhost:9021/
 
 On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal.
 
index 3b092d605c394a26b57934308f58f17d845748ea..8c2eb0c08fbdc92dd12d3a7dcff2c56568cb0699 100755 (executable)
@@ -11,3 +11,5 @@ python $manage create-default-organization
 # @todo searching every fixtures file in each folder
 python $manage loaddata $app/organization/job/fixtures/organization-job.json
 python $manage loaddata $app/organization/projects/fixtures/organization-projects-repositorysystems.json
+
+bash /srv/doc/build.sh
index 2ccbc0e13cd63231d7473a5cc3386af77beb372d..80706d2c4fd773b188a182b52da719ca2c748a02 100644 (file)
@@ -9,7 +9,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:9020/
+This will launch the django development server. Then browse the app at http://localhost:9021/
 
 On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal.
 
index 1d687c0a4727e2c21b0126ea97b261119f841ab6..d153fceab46d5641597b719c49b72ae9e60bfeb9 100644 (file)
@@ -26,7 +26,7 @@ For a production environment setup::
 
 which builds, (re)creates, starts, and attaches all containers.
 
-Then browse the app at http://localhost:8020/
+Then browse the app at http://localhost:8021/
 
 On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal.