mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
Compare commits
2 commits
96f067337a
...
1b0a35f943
Author | SHA1 | Date | |
---|---|---|---|
|
1b0a35f943 | ||
|
cf521de58a |
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@ structure looks like this:
|
||||||
|
|
||||||
|
|
||||||
Inside the testing distribution there is a file
|
Inside the testing distribution there is a file
|
||||||
:bash:`docker-compose.extensions.yaml.template` which mounts the used extensions. This file need to be renamed and adjusted.
|
:file:`docker-compose.extensions.yaml.template` which mounts the used extensions. This file need to be renamed and adjusted.
|
||||||
|
|
||||||
.. index:: Create docker-compose.extensions.yaml
|
.. index:: Create docker-compose.extensions.yaml
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
@ -68,5 +68,6 @@ After that you can start the testing distribution using ddev.
|
||||||
ddev db-import
|
ddev db-import
|
||||||
|
|
||||||
After that you should be able to access the frontend:
|
After that you should be able to access the frontend:
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
ddev launch
|
ddev launch
|
||||||
|
|
Loading…
Reference in a new issue