MediaWiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= MediaWiki = | = MediaWiki = | ||
== Prerequisites == | |||
Required software as of MediaWiki 1.41.0: | |||
=== Web Server === | |||
* Web server with PHP 7.4.3 or higher, plus the following extensions: | |||
** ctype | |||
** dom | |||
** fileinfo | |||
** iconv | |||
** intl | |||
** json | |||
** libxml | |||
** mbstring | |||
** xml | |||
** xmlreader | |||
=== SQL server === | |||
* A SQL server, the following types are supported | |||
** MariaDB 10.3 or higher | |||
** MySQL 5.7.0 or higher | |||
** PostgreSQL 10 or higher | |||
** SQLite 3.8.0 or higher | |||
== Getting started == | == Getting started == | ||
* Install Apache2 $ sudo apt-get install apache2 | |||
* Install SQLite3 $ sudo apt-get install sqlite3 | |||
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] | * [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] | ||
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] | * [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] |
Revision as of 14:08, 3 January 2024
MediaWiki
Prerequisites
Required software as of MediaWiki 1.41.0:
Web Server
* Web server with PHP 7.4.3 or higher, plus the following extensions: ** ctype ** dom ** fileinfo ** iconv ** intl ** json ** libxml ** mbstring ** xml ** xmlreader
SQL server
* A SQL server, the following types are supported ** MariaDB 10.3 or higher ** MySQL 5.7.0 or higher ** PostgreSQL 10 or higher ** SQLite 3.8.0 or higher
Getting started
* Install Apache2 $ sudo apt-get install apache2 * Install SQLite3 $ sudo apt-get install sqlite3 * Configuration settings list * MediaWiki FAQ * MediaWiki release mailing list * Localise MediaWiki for your language
Placing Pictures
1) Upload the picture using the "Upload file" link - may need to convert picture to .jpg (If "Upload file" link isn't available, this is a feature that needs to be enabled first) 2) Although using "thumb" may seem like a good idea, I found that defining the picture size seems to provide better results. IE |300px
Consult the User's Guide for information on using the wiki software.
FAQ
* How do I determine my version of MediaWiki?
Go to the "Special pages" menu and click on "Version" (Data and Tools section) - or just search for "version". My MediaWiki is version 1.23.9