From: Guillaume Pellerin Date: Thu, 5 Jan 2017 17:16:47 +0000 (+0100) Subject: Fix ports X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=04bd25d2a3ff7ed12eff7d70ac9a3332d11d1733;p=mezzo.git Fix ports --- diff --git a/README.rst b/README.rst index ef92eb42..bfed3bad 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/app/bin/init.sh b/app/bin/init.sh index 3b092d60..8c2eb0c0 100755 --- a/app/bin/init.sh +++ b/app/bin/init.sh @@ -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 diff --git a/doc/src/development.rst b/doc/src/development.rst index 2ccbc0e1..80706d2c 100644 --- a/doc/src/development.rst +++ b/doc/src/development.rst @@ -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. diff --git a/doc/src/install.rst b/doc/src/install.rst index 1d687c0a..d153fcea 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -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.