Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing tidy extension on Docker | Jeremy Benoist | 2019-07-06 | 1 | -2/+4 |
| | | | | It's required in the 2.4 version | ||||
* | Improve CONTRIBUTING guide | Jeremy Benoist | 2019-06-19 | 1 | -4/+19 |
| | | | | | | | Also: - update the docker-compose to use Alpine image (lighter) - update the PHP Dockerfile to use Imagick instead of GD (for GIF support when downloading images) and add support for SQLite | ||||
* | Force PHP version in Dockerfile | Jérémy Benoist | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | libpng12-dev was rename as libpng-dev | David MOHAMED | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | remove mcrypt since openssl is included in php 7.2 | David MOHAMED | 2018-10-06 | 1 | -1/+1 |
| | | | mcrypt extension doesn't exist anymore | ||||
* | Add PHP 'gd' extension to docker | Pascal MARTIN | 2016-09-30 | 1 | -2/+3 |
| | | | | The gd extension is required to export entries as EPUB. | ||||
* | Add comment about timezone definition | djay | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | Add the timezone as an argument in the docker-compose. | djay | 2016-03-09 | 1 | -1/+3 |
| | | | | For that, need to use v2 of docker-compose (with version >= 1.6.0) | ||||
* | Add the timezone for PHP docker container | djay | 2016-03-09 | 1 | -0/+2 |
| | |||||
* | Add Docker configuration for Postgres and MariaDB | Fabien MEURILLON | 2016-01-10 | 3 | -0/+25 |
| | |||||
* | Add basic docker-compose configuration | Fabien MEURILLON | 2016-01-10 | 2 | -0/+99 |