Merge pull request #1849 from nodiscc/doc-dev-install-deps
doc: installation/tests: clarify build tools installation procedure
This commit is contained in:
commit
7e39b5ee36
2 changed files with 6 additions and 1 deletions
|
@ -20,6 +20,11 @@ These components are required to build Shaarli:
|
||||||
- [yarn](https://yarnpkg.com/lang/en/docs/install/) to build frontend dependencies.
|
- [yarn](https://yarnpkg.com/lang/en/docs/install/) to build frontend dependencies.
|
||||||
- [python3-virtualenv](https://pypi.python.org/pypi/virtualenv) to build local HTML documentation.
|
- [python3-virtualenv](https://pypi.python.org/pypi/virtualenv) to build local HTML documentation.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# example from a Debian-based build machine
|
||||||
|
sudo apt install composer yarnpkg python3-virtualenv
|
||||||
|
```
|
||||||
|
|
||||||
Clone the repository, either pointing to:
|
Clone the repository, either pointing to:
|
||||||
|
|
||||||
- any [tagged release](https://github.com/shaarli/Shaarli/releases)
|
- any [tagged release](https://github.com/shaarli/Shaarli/releases)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Unit tests
|
# Unit tests
|
||||||
|
|
||||||
Shaarli uses the [PHPUnit](https://phpunit.de/) test framework; it can be installed with [Composer](https://getcomposer.org/), which is a dependency management tool.
|
Shaarli uses the [PHPUnit](https://phpunit.de/) test framework; it can be installed with [Composer](../Installation.md#from-sources), which is a dependency management tool.
|
||||||
|
|
||||||
## Install composer
|
## Install composer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue