]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
doc: add Make target to run phpDocumentor with Docker
authorVirtualTam <virtualtam@flibidi.net>
Fri, 18 Jan 2019 21:36:13 +0000 (22:36 +0100)
committerVirtualTam <virtualtam@flibidi.net>
Fri, 18 Jan 2019 21:40:15 +0000 (22:40 +0100)
commit7be2a2d5f4078ba97b3281f2b5c33ae9bd337be5
tree67e045792169ba88ee14adba72524d59976daa14
parent1c53591a43cfea0c7c7ca0ed4cd223cef842eaf3
doc: add Make target to run phpDocumentor with Docker

This target provides a convenient way for running phpDocumentor without
cluttering the system's configuration with PHP extensions, nor the
Composer dependencies.

See:
- https://hub.docker.com/r/phpdoc/phpdoc/dockerfile
- https://github.com/phpDocumentor/phpDocumentor2#via-docker

An alternative is to download the PHAR and run it locally:
- https://docs.phpdoc.org/getting-started/installing.html#phar

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Makefile