Skip to content
Merged
9 changes: 8 additions & 1 deletion Documentation/Environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ To kickstart the project, we suggest the usage of the
by Oliver Klee as development environment. The distribution comes with a frontend,
example data and predefined plugins.

The following commands expect that your SSH key is known by GitHub. If not, you need to use `https://`.

.. index:: Clone TYPO3 Testing Distribution
.. code-block:: bash

git clone git@github.com:oliverklee/TYPO3-testing-distribution.git

Also clone the tea extension.
Please checkout the branch for the TYPO3 version you need. e.g. `12.x`.
For more information about the TYPO3-testing-distribution (e.g. backend user credentials), use the documentation:
https://github.com/oliverklee-de/TYPO3-testing-distribution/blob/13.x/README.md (TYPO3 13)
Adjust link to your needed version.



.. index:: Clone Tea Extension
.. code-block:: bash
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ display a list of all available Composer commands and scripts. For all custom
Composer scripts there are descriptions in the `script-description` section of
the `composer.json`.

Keep in mind that certain commands only work if you have run
:bash:`composer install` or :bash:`./Build/Scripts/runTests.sh -s composer install`
before.

If you have problems with missing dependencies on your local machine, it is
recommended to execute tests with the usage of the `runTests.sh` script.

Expand Down