wiki.techinc.nl/.gitattributes
Kosta Harlan 89083ea868 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
2020-02-21 10:09:48 +00:00

15 lines
349 B
Text

*.sh eol=lf
*.icc binary
*.webp binary
*.mp3 binary
*~ export-ignore
#*# export-ignore
.* export-ignore
*.htaccess -export-ignore
package.json export-ignore
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