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
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
---------------------