mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-15 13:48:15 +00:00
Enhance example with note about Symlinks on Docker Toolbox
This commit is contained in:
@ -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
|
||||
---------------------
|
||||
|
Reference in New Issue
Block a user