Difference between revisions of "MediaWiki"

From PKC
Jump to navigation Jump to search
Line 7: Line 7:
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:
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]
# [https://github.com/robertdebock/ansible-role-mediawiki Install and configure mediawiki on your system using Ansible]
=Important Documentation=
# [https://doc.wikimedia.org/mediawiki-core/master/php/md_DEVELOPERS.html#autotoc_md1 Master Documentation (PHP)]
# [https://doc.wikimedia.org/mediawiki-core/master/js/ Master Documentation (JavaScript)]


=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]
#[https://www.hostknox.com/tutorials/mediawiki HostKnox on MediaWiki]
#[https://www.hostknox.com/tutorials/mediawiki HostKnox on MediaWiki]

Revision as of 09:57, 2 January 2022

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

Important Documentation

  1. Master Documentation (PHP)
  2. Master Documentation (JavaScript)

MediaWiki Training

  1. MediaWiki Training Video Series
  2. HostKnox on MediaWiki