<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wikipedia Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/wikipedia/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 28 Feb 2019 16:45:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install MediaWiki on Debian 9?</title>
		<link>https://www.osradar.com/how-to-install-mediawiki-debian-9/</link>
					<comments>https://www.osradar.com/how-to-install-mediawiki-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 28 Feb 2019 16:45:03 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mediakiki]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Stretch]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11193</guid>

					<description><![CDATA[<p>The Wikis help many to publish useful information about the programs. Even in the education sector wikis play an important role in describing detailed information. Therefore, in this article, I will show you how to install MediaWiki on Debian 9. MediaWiki is an open source application written in PHP. Basically, it allows creating a wiki [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-mediawiki-debian-9/">How to install MediaWiki on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Wikis help many to publish useful information about the programs. Even in the education sector wikis play an important role in describing detailed information. Therefore, in this article, I will show you how to install MediaWiki on Debian 9.</p>
<p><a href="https://www.mediawiki.org" rel="noopener noreferrer">MediaWiki</a> is an open source application written in PHP. Basically, it allows creating a wiki for our project in a simple way. It is used by many community and noncommunity projects to provide information to its users. Ideal for educational purposes, for example.</p>
<p>In like manner, MediaWiki has an API that developers can use to extend their projects. All this with great community support.</p>
<p>So, let us start to install MediaWiki on Debian 9.</p>
<h1>1. Install Apache web server</h1>
<p>The first step is to install Apache web server because MediaWiki is a web application. So let us install it.</p>
<pre>:~$ su
:~# apt install apache2</pre>
<figure id="attachment_11205" aria-describedby="caption-attachment-11205" style="width: 1013px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11205" src="https://www.osradar.com/wp-content/uploads/2019/02/1-20.png" alt="1.- Apache web server" width="1013" height="302" srcset="https://www.osradar.com/wp-content/uploads/2019/02/1-20.png 1013w, https://www.osradar.com/wp-content/uploads/2019/02/1-20-300x89.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/1-20-768x229.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/1-20-696x207.png 696w" sizes="(max-width: 1013px) 100vw, 1013px" /><figcaption id="caption-attachment-11205" class="wp-caption-text">1.- Apache web server</figcaption></figure>
<p>When the installation is complete, Debian configures Apache to start by default. So now you can check the status of the service.</p>
<pre>:~# systemctl status apache2</pre>
<figure id="attachment_11206" aria-describedby="caption-attachment-11206" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11206" src="https://www.osradar.com/wp-content/uploads/2019/02/2-18.png" alt="2.- Apache status" width="1365" height="292" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-18.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/2-18-300x64.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-18-768x164.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-18-1024x219.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-18-696x149.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-18-1068x228.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11206" class="wp-caption-text">2.- Apache status</figcaption></figure>
<p>So, Apache is properly running.</p>
<h1>2. Install PHP 7.3</h1>
<p>Debian 9 Stretch has PHP 7.0 in its official repositories. It&#8217;s a great version of PHP but it&#8217;s getting a little out of date. So let&#8217;s install PHP 7.3 on Debian 9.</p>
<p>For it, we have a brilliant tutorial that you can follow in <a href="https://www.osradar.com/how-to-install-php-7-3-on-debian-9/" rel="noopener noreferrer">this</a> link.</p>
<p>Next, install all the PHP modules required for MediaWiki.</p>
<pre>:~#  apt install php7.3 php7.3-mysql libapache2-mod-php7.3 php7.3-xml php7.3-mbstring php7.3-apcu php7.3-intl  php7.3-gd php7.3-cli php7.3-curl</pre>
<figure id="attachment_11207" aria-describedby="caption-attachment-11207" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11207" src="https://www.osradar.com/wp-content/uploads/2019/02/3-18.png" alt="3.- Install PHP 7.3" width="1365" height="336" srcset="https://www.osradar.com/wp-content/uploads/2019/02/3-18.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/3-18-300x74.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/3-18-768x189.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/3-18-1024x252.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/3-18-696x171.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/3-18-1068x263.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11207" class="wp-caption-text">3.- Install PHP 7.3</figcaption></figure>
<p>After that, you can do some extra configuration on PHP. To increase the PHP memory handling capacity. To do it, edit the PHP configuration file.</p>
<pre>:~# nano /etc/php/7.3/apache2/php.ini</pre>
<p>And make the following changes</p>
<pre>upload_max_filesize = 200M
memory_limit = 128M</pre>
<p>Finally, restart Apache.</p>
<pre>:~# systemctl restart apache2</pre>
<h1>3. Install MariaDB</h1>
<p>Now it is MariaDB&#8217;s turn. MariaDB is a free and open source database manager. It is very easy to learn but robust in features.</p>
<p>So, let us install it.</p>
<pre>:~# apt install mariadb-server</pre>
<figure id="attachment_11208" aria-describedby="caption-attachment-11208" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11208" src="https://www.osradar.com/wp-content/uploads/2019/02/4-14.png" alt="4.- Install Mariadb" width="1365" height="411" srcset="https://www.osradar.com/wp-content/uploads/2019/02/4-14.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/4-14-300x90.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/4-14-768x231.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/4-14-1024x308.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/4-14-696x210.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/4-14-1068x322.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11208" class="wp-caption-text">4.- Install MariaDB</figcaption></figure>
<p>Next, set a root password using the <code>mysql_secure_installation</code> script.</p>
<pre>:~# mysql_secure_installation</pre>
<figure id="attachment_11209" aria-describedby="caption-attachment-11209" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11209" src="https://www.osradar.com/wp-content/uploads/2019/02/5-16.png" alt="5.- Mysql_secure_installation" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/5-16.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/5-16-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/5-16-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/5-16-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/5-16-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/5-16-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/5-16-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11209" class="wp-caption-text">5.- Mysql_secure_installation</figcaption></figure>
<p>You will be asked some configuration questions. In my case, I will answer like this: Y, N, Y, Y.</p>
<p>Then, it is necessary to create a new database for MediaWiki. Besides a MariaDB user as well.</p>
<pre>:~# mysql -u root -p
CREATE DATABASE mediawikidb;
GRANT ALL PRIVILEGES ON mediawikidb.* TO 'mediawikiuser'@'localhost' IDENTIFIED BY 'mediawikipss';
FLUSH PRIVILEGES;
exit;</pre>
<figure id="attachment_11210" aria-describedby="caption-attachment-11210" style="width: 1010px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11210" src="https://www.osradar.com/wp-content/uploads/2019/02/6-15.png" alt="6.- MariaDB database" width="1010" height="428" srcset="https://www.osradar.com/wp-content/uploads/2019/02/6-15.png 1010w, https://www.osradar.com/wp-content/uploads/2019/02/6-15-300x127.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/6-15-768x325.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/6-15-696x295.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/6-15-991x420.png 991w" sizes="(max-width: 1010px) 100vw, 1010px" /><figcaption id="caption-attachment-11210" class="wp-caption-text">6.- MariaDB database</figcaption></figure>
<h1>4. Install MediaWiki</h1>
<p>Now you can install MediaWiki. To do this, you need to download it to the Apache root directory.</p>
<pre>:~# cd /var/www/html/
:~# wget https://releases.wikimedia.org/mediawiki/1.32/mediawiki-1.32.1.tar.gz</pre>
<figure id="attachment_11211" aria-describedby="caption-attachment-11211" style="width: 1363px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11211" src="https://www.osradar.com/wp-content/uploads/2019/02/7-15.png" alt="7.- Download and install MediaWiki" width="1363" height="303" srcset="https://www.osradar.com/wp-content/uploads/2019/02/7-15.png 1363w, https://www.osradar.com/wp-content/uploads/2019/02/7-15-300x67.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/7-15-768x171.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/7-15-1024x228.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/7-15-696x155.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/7-15-1068x237.png 1068w" sizes="(max-width: 1363px) 100vw, 1363px" /><figcaption id="caption-attachment-11211" class="wp-caption-text">7.- Download and install MediaWiki</figcaption></figure>
<p>After that, decompress it.</p>
<pre>:~# tar -xfvz mediawiki-1.32.1.tar.gz</pre>
<p>Next, remove the downloaded file and rename the generated folder.</p>
<pre>:~# rm -r mediawiki-1.32.1.tar.gz
:~# mv mediawiki-1.32.1 mediawiki</pre>
<p>So, open your web browser and access to your browser to start the installation. For example, http://SERVER_IP/mediawiki/mw-config/.</p>
<figure id="attachment_11212" aria-describedby="caption-attachment-11212" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11212" src="https://www.osradar.com/wp-content/uploads/2019/02/8-15.png" alt="8.- Start the installation" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/8-15.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/8-15-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/8-15-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/8-15-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/8-15-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/8-15-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/8-15-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/8-15-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11212" class="wp-caption-text">8.- Start the installation</figcaption></figure>
<p>Then, it will show you a screen where you will see the software requirements and license terms.</p>
<figure id="attachment_11216" aria-describedby="caption-attachment-11216" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11216" src="https://www.osradar.com/wp-content/uploads/2019/02/9-13.png" alt="9.- License terms" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/9-13.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/9-13-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/9-13-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/9-13-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/9-13-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/9-13-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/9-13-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/9-13-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11216" class="wp-caption-text">9.- License terms</figcaption></figure>
<p>Next, configure the database.</p>
<figure id="attachment_11217" aria-describedby="caption-attachment-11217" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11217" src="https://www.osradar.com/wp-content/uploads/2019/02/10-14.png" alt="10.- Databases configuration" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/10-14.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/10-14-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/10-14-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/10-14-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/10-14-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/10-14-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/10-14-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/10-14-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11217" class="wp-caption-text">10.- Databases configuration</figcaption></figure>
<p>Next, choose the database engine.</p>
<figure id="attachment_11218" aria-describedby="caption-attachment-11218" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11218" src="https://www.osradar.com/wp-content/uploads/2019/02/11-10.png" alt="11.- Database engine" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/11-10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/11-10-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/11-10-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/11-10-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/11-10-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/11-10-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/11-10-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/11-10-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11218" class="wp-caption-text">11.- Database engine</figcaption></figure>
<p>Next, create the admin account. Scroll down and you have two choise, start the installation now or set some configuration.</p>
<figure id="attachment_11219" aria-describedby="caption-attachment-11219" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11219" src="https://www.osradar.com/wp-content/uploads/2019/02/12-9.png" alt="12.- Admin account" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/12-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/12-9-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/12-9-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/12-9-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/12-9-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/12-9-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/12-9-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/12-9-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11219" class="wp-caption-text">12.- Admin account</figcaption></figure>
<p>In the next screen, you will be able to modify other options such as the sending of mail and the license of the articles.</p>
<figure id="attachment_11222" aria-describedby="caption-attachment-11222" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11222" src="https://www.osradar.com/wp-content/uploads/2019/02/13-7.png" alt="13.- Some options" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/13-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/13-7-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/13-7-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/13-7-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/13-7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/13-7-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/13-7-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/13-7-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11222" class="wp-caption-text">13.- Some options</figcaption></figure>
<p>Next, you can start the installation.</p>
<figure id="attachment_11223" aria-describedby="caption-attachment-11223" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11223" src="https://www.osradar.com/wp-content/uploads/2019/02/14-7.png" alt="14.- Install MediaWiki" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/14-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/14-7-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/14-7-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/14-7-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/14-7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/14-7-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/14-7-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/14-7-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11223" class="wp-caption-text">14.- Install MediaWiki</figcaption></figure>
<p>Now, the installation is complete.</p>
<figure id="attachment_11225" aria-describedby="caption-attachment-11225" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11225" src="https://www.osradar.com/wp-content/uploads/2019/02/16-4.png" alt="16.- Installation complete" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/16-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/16-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/16-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/16-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/16-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/16-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/16-4-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/16-4-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11225" class="wp-caption-text">16.- Installation complete</figcaption></figure>
<p>Now, the screen shows a message where you have to download a configuration file and place it in the MediaWiki folder to complete the installation.</p>
<p>So, use the scp command on your host computer.</p>
<pre>:~$ scp Path_file your-server:/home/your-home/</pre>
<p>Then, on the server move it to the MediaWiki root directory.</p>
<pre>:~# mv /home/your-home/LocalSettings.php /var/www/html/mediawiki/</pre>
<p>Next, come back to your web browser and go to <code>http://SERVER_IP/mediawiki/</code> and you will see your wiki.</p>
<figure id="attachment_11229" aria-describedby="caption-attachment-11229" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11229" src="https://www.osradar.com/wp-content/uploads/2019/02/17-4.png" alt="17 mediawiki working" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/17-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/17-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/17-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/17-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/17-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/17-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/17-4-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/17-4-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11229" class="wp-caption-text">17 MediaWiki working</figcaption></figure>
<p>So, that is it.</p>
<h1>Conclusion</h1>
<p>Having your own wiki for your projects can be new and useful. Especially if it is a collaborative project where you can provide information from an easy way.</p>
<p>Share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-mediawiki-debian-9/">How to install MediaWiki on Debian 9?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-mediawiki-debian-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
