Enhance example with note about Symlinks on Docker Toolbox

This commit is contained in:
cytopia 2019-03-07 14:48:17 +01:00
parent 6ce9a94509
commit dab5c1e2ea
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
17 changed files with 159 additions and 1 deletions

View File

@ -8,6 +8,13 @@ Setup CakePHP
This example will use ``composer`` to install CakePHP from within the Devilbox PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
After completing the below listed steps, you will have a working CakePHP setup ready to be
served via http and https.
@ -134,6 +141,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -137,6 +137,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -8,6 +8,13 @@ Setup Contao
This example will use ``composer`` to install Contao CMS from within the Devilbox PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
After completing the below listed steps, you will have a working Contao CMS setup ready to be
served via http and https.
@ -61,7 +68,7 @@ It will be ready in eight simple steps:
4. Symlink webroot directory
5. Add MySQL database
6. Setup DNS record
6. Visit http://my-contao.loc in your browser
7. Visit http://my-contao.loc in your browser
1. Enter the PHP container
@ -147,6 +154,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -8,6 +8,13 @@ Setup CraftCMS
This example will use ``composer`` to install CraftCMS from within the Devilbox PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
After completing the below listed steps, you will have a working CraftCMS setup ready to be
served via http and https.
@ -134,6 +141,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -132,6 +132,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------

View File

@ -136,6 +136,12 @@ How does the directory structure look after symlinking it:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------

View File

@ -133,6 +133,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------

View File

@ -8,6 +8,13 @@ Setup Magento 2
This example will use ``git`` and ``composer`` to install Magento 2 from within the Devilbox PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
After completing the below listed steps, you will have a working Magento 2 setup ready to be
served via http and https.
@ -156,6 +163,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -133,6 +133,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------

View File

@ -141,6 +141,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------

View File

@ -9,6 +9,13 @@ Setup PrestaShop
This example will use ``git`` and ``composer`` to install PrestaShop from within the Devilbox
PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
After completing the below listed steps, you will have a working PrestaShop setup ready to be
served via http and https.
@ -144,6 +151,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -135,6 +135,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -133,6 +133,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Enable Symfony prod (``app.php``)
------------------------------------

View File

@ -8,6 +8,13 @@ Setup Typo3
This example will use ``composer`` to install Typo3 from within the Devilbox PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
After completing the below listed steps, you will have a working Laravel setup ready to be
served via http and https.
@ -134,6 +141,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------

View File

@ -133,6 +133,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. Add MySQL Database
---------------------

View File

@ -8,6 +8,13 @@ Setup Yii
This example will use ``composer`` to install Yii from within the Devilbox PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
After completing the below listed steps, you will have a working Yii setup ready to be
served via http and https.
@ -132,6 +139,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------

View File

@ -8,6 +8,13 @@ Setup Zend
This example will use ``composer`` to install Zend from within the PHP container.
.. important::
Using ``composer`` requires the underlying file system to support symlinks. If you
use **Docker Toolbox** you need to explicitly allow/enable this.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
.. seealso:: |ext_lnk_example_zend_documentation|
@ -129,6 +136,12 @@ How does the directory structure look after symlinking:
As you can see from the above directory structure, ``htdocs`` is available in its expected
path and points to the frameworks entrypoint.
.. important::
When using **Docker Toolbox**, you need to **explicitly allow** the usage of **symlinks**.
See below for instructions:
* Docker Toolbox and :ref:`howto_docker_toolbox_and_the_devilbox_windows_symlinks`
5. DNS record
-------------