From 37909c141a6f085fb510da723493b006d4c765e3 Mon Sep 17 00:00:00 2001 From: Amaury Lavieille Date: Mon, 31 Oct 2016 11:56:45 +0100 Subject: [PATCH] update doc docker --- .../install_with_docker_for_contributors.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en/installation_guide/install_with_docker_for_contributors.rst b/en/installation_guide/install_with_docker_for_contributors.rst index f56ee42..8a698a3 100644 --- a/en/installation_guide/install_with_docker_for_contributors.rst +++ b/en/installation_guide/install_with_docker_for_contributors.rst @@ -17,15 +17,15 @@ Install Docker Install of Open Orchestra with docker require `Compose 1.6.0+` and `Docker Engine 1.10.+`. - - Install Docker for `Linux `_ + - Install Docker for `Linux `_ - Install Docker for `Mac `_ - - Install Docker for `Windows `_ + - Install Docker for `Windows `_ Install OpenOrchestra --------------------- -Clone the Open Orchestra applications repository and Docker repository in the same folder: +Clone the Open Orchestra applications repository and Docker repositories in the same folder: .. code-block:: bash @@ -54,7 +54,7 @@ Back Office: $ docker exec -it -u www-data oo_apache_php /bin/bash $ cd /var/www/openorchestra/ && composer install #install vendors - Specific parameters for docker install (use default value for other): + When to complete the application settings, use these parameters (use default value for other) .. code-block:: yaml @@ -79,7 +79,7 @@ Front Office: $ app/console assets:install $ exit - Specific parameters for docker install (use default value for other): + When to complete the application settings, use these parameters (use default value for other) .. code-block:: yaml @@ -96,7 +96,7 @@ Media: $ cd /var/www/media-openorchestra/ && composer install $ exit - Specific parameters for docker install (use default value for other): + When to complete the application settings, use these parameters (use default value for other) .. code-block:: yaml