Skip to content

Commit

Permalink
update doc docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alavieille committed Oct 31, 2016
1 parent 69f6cd6 commit 37909c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions en/installation_guide/install_with_docker_for_contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.docker.com/docker-for-mac/>`_
- Install Docker for `Linux <https://docs.docker.com/engine/installation/linux/>`_
- Install Docker for `Mac <https://docs.docker.com/docker-for-mac/>`_
- Install Docker for `Windows <https://docs.docker.com/engine/installation/linux/>`_
- Install Docker for `Windows <https://docs.docker.com/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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 37909c1

Please sign in to comment.