Difference between revisions of "MediaWiki"

From PKC
Jump to navigation Jump to search
Line 3: Line 3:
=MediaWiki Architecture=
=MediaWiki Architecture=
For developers, the first document to read should be: [[MW:Manual:MediaWiki architecture|MediaWiki Architecture]].
For developers, the first document to read should be: [[MW:Manual:MediaWiki architecture|MediaWiki Architecture]].
=MediaWiki Installation Methods=
Installing MediaWiki can be done using manual or [[Infrastructure as Code]] methods. For example, one may use Ansible to automate the multi-stage procedure of MediaWiki installation:
# [https://github.com/robertdebock/ansible-role-mediawiki Install and configure mediawiki on your system using Ansible]


=MediaWiki Training=
=MediaWiki Training=
[https://www.youtube.com/watch?v=W45EyfCxjIE&list=PL4exFJC-GCqYn33R4XPxLvLBaaN6AFHge MediaWiki Training Video Series]
[https://www.youtube.com/watch?v=W45EyfCxjIE&list=PL4exFJC-GCqYn33R4XPxLvLBaaN6AFHge MediaWiki Training Video Series]

Revision as of 11:11, 14 August 2021

MediaWiki is a piece of software designed to manage hyperlinked content. More detail can be found in MediaWiki. It is often employed as an electronic encyclopedia. The most powerful features of MediaWiki are its ability to organize hyperlinks and transclusions, so that various data content can be composed and decomposed using these two annotation features.

MediaWiki Architecture

For developers, the first document to read should be: MediaWiki Architecture.

MediaWiki Installation Methods

Installing MediaWiki can be done using manual or Infrastructure as Code methods. For example, one may use Ansible to automate the multi-stage procedure of MediaWiki installation:

  1. Install and configure mediawiki on your system using Ansible

MediaWiki Training

MediaWiki Training Video Series