Difference between revisions of "Automated deployment of MediaWiki"

From Freephile Wiki
Jump to navigation Jump to search
(draft)
 
Line 1: Line 1:
Here is a list of some of the efforts and projects within and outside the WMF for automating deployments of MediaWiki
+
As a contributor to [[Meza]], and developer of [[QualityBox]], I'm closely following the efforts in the [[MediaWiki]] community around easier/automated deployments of MediaWiki. Actually, it's a goal of the MWStakeholders Group. Here is a list of some of the efforts and projects within and outside the WMF for automating deployments of MediaWiki
  
 
* [https://hub.docker.com/_/mediawiki/ Official Docker repository of MediaWiki]
 
* [https://hub.docker.com/_/mediawiki/ Official Docker repository of MediaWiki]
 
* [https://phabricator.wikimedia.org/tag/mediawiki-containers/ Phabricator workboard for MediaWiki-Containers]
 
* [https://phabricator.wikimedia.org/tag/mediawiki-containers/ Phabricator workboard for MediaWiki-Containers]
* [https://github.com/addshore/mediawiki-docker-dev Addshore's GitHub repo for using Docker and MediaWiki (Developers)]
+
* [https://github.com/addshore/mediawiki-docker-dev Addshore's GitHub repo for using Docker and MediaWiki (Developers)] See also: [https://github.com/addwiki/mediawiki-api MediaWiki API library] Not exactly DevOps, but good to know/use/contribute. Addwiki repos are by Addshore, Jeroen DeDauw and  
* [https://github.com/addwiki/mediawiki-api MediaWiki API library] Not exactly DevOps, but good to know/use/contribute. Addwiki repos are by Addshore, Jeroen DeDauw and  
 
 
Sam Wilson
 
Sam Wilson
 
* [https://github.com/wikimedia/mediawiki-docker Wikimedia Git repo of the Docker official image for MediaWiki] (forked from https://github.com/benhutchins/docker-mediawiki)
 
* [https://github.com/wikimedia/mediawiki-docker Wikimedia Git repo of the Docker official image for MediaWiki] (forked from https://github.com/benhutchins/docker-mediawiki)
Line 14: Line 13:
  
 
With any automation tooling and deployment, you will inevitably need to refer to the long list of [https://www.mediawiki.org/wiki/Manual:Configuration_settings MediaWiki Configuration settings].
 
With any automation tooling and deployment, you will inevitably need to refer to the long list of [https://www.mediawiki.org/wiki/Manual:Configuration_settings MediaWiki Configuration settings].
 +
 +
[[Category:DevOps]]
 +
[[Category:QualityBox]]
 +
[[Category:Vagrant]]
 +
[[Category:Docker]]
 +
[[Category:Ansible]]
 +
[[Category:Kubernetes]]
 +
[[Category:Virtualization]]

Revision as of 11:30, 23 May 2018

As a contributor to Meza, and developer of QualityBox, I'm closely following the efforts in the MediaWiki community around easier/automated deployments of MediaWiki. Actually, it's a goal of the MWStakeholders Group. Here is a list of some of the efforts and projects within and outside the WMF for automating deployments of MediaWiki

Sam Wilson


With any automation tooling and deployment, you will inevitably need to refer to the long list of MediaWiki Configuration settings.