diff options
author | Kosta Harlan <kharlan@wikimedia.org> | 2019-11-13 10:34:03 -0500 |
---|---|---|
committer | Kosta Harlan <kharlan@wikimedia.org> | 2020-02-21 10:09:48 +0000 |
commit | 89083ea868453372ebfec9a861336ae55aae1508 (patch) | |
tree | f9af29c09ec380aa50cd6f79379f3524723691f1 /.gitattributes | |
parent | 1c11d177e02471382552f8c1b9d6dcaf804ee83a (diff) | |
download | mediawikicore-89083ea868453372ebfec9a861336ae55aae1508.tar.gz mediawikicore-89083ea868453372ebfec9a861336ae55aae1508.zip |
Add configuration for Docker based development environment
This patch introduces a simple docker-compose based development environment
with the idea to allow most development use cases for beginning and
experienced MediaWiki developers.
- PHP and Apache container with XDebug enabled
- Support for overriding services with docker-compose override file
- Documentation for usage and a documented place for sharing docker-compose
overrides and LocalSettings.php configuration snippets for e.g. MySQL,
DB replication, Redis, etc
Depends-On: I50079cca6a286d8aaea8fd0785be48c80e80271c
Bug: T238224
Change-Id: I3b76c1599b1ff32174af5603aadc9f7c7634c98b
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 145caeb3b811..884befbf68d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,5 @@ README.mediawiki export-ignore Gemfile* export-ignore vendor/pear/net_smtp/README.rst export-ignore phpunit.xml.dist export-ignore +DEVELOPERS.md export-ignore +docker-compose.yml export-ignore |