Difference between revisions of "Building Wiki Servers"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 7: Line 7:
*Check the '''[[mediawikiwiki:Download{{!}}download page]]''' for latest version. (ATM, the current version turns out to be 1.37.1)
*Check the '''[[mediawikiwiki:Download{{!}}download page]]''' for latest version. (ATM, the current version turns out to be 1.37.1)
**Adjust the following commands appropriately (i.e.: replace '''1.37.1''' with the current version number) if needed.
**Adjust the following commands appropriately (i.e.: replace '''1.37.1''' with the current version number) if needed.
* <code class="mwt-code"><nowiki>wget https://releases.wikimedia.org/mediawiki/1.37/mediawiki-</nowiki>'''1.37.1'''<nowiki>.tar.gz</nowiki></code>
* <nowiki>wget https://releases.wikimedia.org/mediawiki/1.37/mediawiki-</nowiki>'''1.37.1'''<nowiki>.tar.gz</nowiki>


= Install MediaWiki =
= Install MediaWiki =

Revision as of 16:11, 13 January 2022

Start with a WebServer

Now Do A Backup!

Download MediaWiki

  • Check the download page for latest version. (ATM, the current version turns out to be 1.37.1)
    • Adjust the following commands appropriately (i.e.: replace 1.37.1 with the current version number) if needed.
  • wget https://releases.wikimedia.org/mediawiki/1.37/mediawiki-1.37.1.tar.gz

Install MediaWiki

Now Do A Backup!

Just some notes.