Making a English Wikipedia server: Difference between revisions
m Fixed Java link syntax |
m Fixed link syntax |
||
| Line 37: | Line 37: | ||
=== Downloading MWDumper === | === Downloading MWDumper === | ||
# MWDumper is available from many places around the Internet, both in source form and already built Java packages. You will need to download a copy from | # MWDumper is available from many places around the Internet, both in source form and already built Java packages. You will need to download a copy from [https://integration.wikimedia.org/ci/view/Java/job/MWDumper-package/ Jenkins], this is pre-built by MediaWiki. MWDumper 1.16 (26/06/2013) was the latest at the time of writing. | ||
# You will need to remove any versions of OpenJDK already installed (remove <code>libreoffice-calc-extensions</code> and <code>libreoffice-writer-extensions</code> before OpenJDK so that it doesn't try to install another version of Java). | # You will need to remove any versions of OpenJDK already installed (remove <code>libreoffice-calc-extensions</code> and <code>libreoffice-writer-extensions</code> before OpenJDK so that it doesn't try to install another version of Java). | ||
# You will then need to install the latest Oracle Java JRE and JDK packages (64-bit packages are safe and better for this as we don't need the web plugin) | # You will then need to install the latest Oracle Java JRE and JDK packages (64-bit packages are safe and better for this as we don't need the web plugin) | ||
=== Downloading and installing MediaWiki === | === Downloading and installing MediaWiki === | ||