IT/Software/Mediawiki/How to Install MediaWiki: Difference between revisions

From msgwiki
< IT‎ | Software‎ | Mediawiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "=== Prerequisites === ---- * Ubuntu Server 18.04.3 LTS * In my install i have all additions enabled === Install Instructions === ---- # Install Dependencies #* <code>sudo apt...")
 
m (added punctuation)
Line 2: Line 2:
----
----
* Ubuntu Server 18.04.3 LTS
* Ubuntu Server 18.04.3 LTS
* In my install i have all additions enabled
* In my install i have all additions enabled.


=== Install Instructions ===
=== Install Instructions ===

Revision as of 19:23, 6 January 2020

Prerequisites


  • Ubuntu Server 18.04.3 LTS
  • In my install i have all additions enabled.

Install Instructions


  1. Install Dependencies
    • sudo apt install apache2
  2. Download Mediawiki tarball latest stable version 1.34.0 at time of writing

THIS PAGE IS NOT COMPLETE