mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 08:25:23 +00:00
Enhance example with note about Symlinks on Docker Toolbox
This commit is contained in:
parent
6ce9a94509
commit
dab5c1e2ea
@ -8,6 +8,13 @@ Setup CakePHP
|
|||||||
|
|
||||||
This example will use ``composer`` to install CakePHP from within the Devilbox PHP container.
|
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
|
After completing the below listed steps, you will have a working CakePHP setup ready to be
|
||||||
served via http and https.
|
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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -8,6 +8,13 @@ Setup Contao
|
|||||||
|
|
||||||
This example will use ``composer`` to install Contao CMS from within the Devilbox PHP container.
|
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
|
After completing the below listed steps, you will have a working Contao CMS setup ready to be
|
||||||
served via http and https.
|
served via http and https.
|
||||||
|
|
||||||
@ -61,7 +68,7 @@ It will be ready in eight simple steps:
|
|||||||
4. Symlink webroot directory
|
4. Symlink webroot directory
|
||||||
5. Add MySQL database
|
5. Add MySQL database
|
||||||
6. Setup DNS record
|
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
|
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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -8,6 +8,13 @@ Setup CraftCMS
|
|||||||
|
|
||||||
This example will use ``composer`` to install CraftCMS from within the Devilbox PHP container.
|
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
|
After completing the below listed steps, you will have a working CraftCMS setup ready to be
|
||||||
served via http and https.
|
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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
@ -8,6 +8,13 @@ Setup Magento 2
|
|||||||
|
|
||||||
This example will use ``git`` and ``composer`` to install Magento 2 from within the Devilbox PHP container.
|
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
|
After completing the below listed steps, you will have a working Magento 2 setup ready to be
|
||||||
served via http and https.
|
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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
@ -9,6 +9,13 @@ Setup PrestaShop
|
|||||||
This example will use ``git`` and ``composer`` to install PrestaShop from within the Devilbox
|
This example will use ``git`` and ``composer`` to install PrestaShop from within the Devilbox
|
||||||
PHP container.
|
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
|
After completing the below listed steps, you will have a working PrestaShop setup ready to be
|
||||||
served via http and https.
|
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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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``)
|
5. Enable Symfony prod (``app.php``)
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
@ -8,6 +8,13 @@ Setup Typo3
|
|||||||
|
|
||||||
This example will use ``composer`` to install Typo3 from within the Devilbox PHP container.
|
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
|
After completing the below listed steps, you will have a working Laravel setup ready to be
|
||||||
served via http and https.
|
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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
@ -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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. Add MySQL Database
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -8,6 +8,13 @@ Setup Yii
|
|||||||
|
|
||||||
This example will use ``composer`` to install Yii from within the Devilbox PHP container.
|
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
|
After completing the below listed steps, you will have a working Yii setup ready to be
|
||||||
served via http and https.
|
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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
@ -8,6 +8,13 @@ Setup Zend
|
|||||||
|
|
||||||
This example will use ``composer`` to install Zend from within the PHP container.
|
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|
|
.. 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
|
As you can see from the above directory structure, ``htdocs`` is available in its expected
|
||||||
path and points to the frameworks entrypoint.
|
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
|
5. DNS record
|
||||||
-------------
|
-------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user