<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.lensovet.net/~sysadmin/w/index.php?action=history&amp;feed=atom&amp;title=Help%3ARunning_MediaWiki_on_Ubuntu_GNU%2FLinux</id>
	<title>Help:Running MediaWiki on Ubuntu GNU/Linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.lensovet.net/~sysadmin/w/index.php?action=history&amp;feed=atom&amp;title=Help%3ARunning_MediaWiki_on_Ubuntu_GNU%2FLinux"/>
	<link rel="alternate" type="text/html" href="http://www.lensovet.net/~sysadmin/w/index.php?title=Help:Running_MediaWiki_on_Ubuntu_GNU/Linux&amp;action=history"/>
	<updated>2026-05-01T06:37:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>http://www.lensovet.net/~sysadmin/w/index.php?title=Help:Running_MediaWiki_on_Ubuntu_GNU/Linux&amp;diff=1820&amp;oldid=prev</id>
		<title>Wadmin: 1 revision(s)</title>
		<link rel="alternate" type="text/html" href="http://www.lensovet.net/~sysadmin/w/index.php?title=Help:Running_MediaWiki_on_Ubuntu_GNU/Linux&amp;diff=1820&amp;oldid=prev"/>
		<updated>2006-07-19T05:34:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision(s)&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 05:34, 19 July 2006&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Wadmin</name></author>
		
	</entry>
	<entry>
		<id>http://www.lensovet.net/~sysadmin/w/index.php?title=Help:Running_MediaWiki_on_Ubuntu_GNU/Linux&amp;diff=1819&amp;oldid=prev</id>
		<title>192.160.51.70: /* Configuration */ made it more debian-like</title>
		<link rel="alternate" type="text/html" href="http://www.lensovet.net/~sysadmin/w/index.php?title=Help:Running_MediaWiki_on_Ubuntu_GNU/Linux&amp;diff=1819&amp;oldid=prev"/>
		<updated>2006-06-21T19:05:41Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Configuration: &lt;/span&gt; made it more debian-like&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{H:h|system admin toc}}&lt;br /&gt;
&lt;br /&gt;
This is the easiest way of installing MediaWiki on Breezy. Remember that this installation may not be secure and ready for production purpose. It is meant to be '''&amp;quot;MediaWiki on Ubuntu ASAP&amp;quot;''', it is even faster than '''&amp;quot;MediaWiki on Debian ASAP&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
This is a rough list of the steps taken to get MediaWiki running. Someone should kindly &lt;br /&gt;
test this for accuracy.&lt;br /&gt;
&lt;br /&gt;
Do not forget to add the universe repository to your /etc/apt/sources.list file by removing the # before the corresponding line before trying to install the following packages.&lt;br /&gt;
&lt;br /&gt;
==Core Packages==&lt;br /&gt;
&lt;br /&gt;
*apache2&lt;br /&gt;
*php4 (or php5)&lt;br /&gt;
*mysql-server&lt;br /&gt;
*php4-mysql (or php5-mysql)&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install mediawiki mediawiki-math&lt;br /&gt;
&lt;br /&gt;
(This would appear to download mediawiki version 1.4.10-1)&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
See [[Help:Running MediaWiki on Ubuntu GNU/Linux]] for more detailed discussion on configuring &lt;br /&gt;
MediaWiki.&lt;br /&gt;
&lt;br /&gt;
Configure apache2&lt;br /&gt;
&lt;br /&gt;
  sudo ln -s /etc/mediawiki/apache.conf /etc/apache2/sites-available/mediawiki.conf&lt;br /&gt;
  sudo ln -s /etc/apache2/sites-available/mediawiki.conf /etc/apache2/sites-enabled/001-mediawiki&lt;br /&gt;
  &lt;br /&gt;
  sudo invoke-rc.d apache2 restart&lt;br /&gt;
&lt;br /&gt;
Configure MediaWiki&lt;br /&gt;
&lt;br /&gt;
  Browse to: &amp;lt;nowiki&amp;gt;http://localhost/mediawiki&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
  click on: Configure settings&lt;br /&gt;
&lt;br /&gt;
No MySQL username and password is required if the default Ubuntu MySQL configuration is being used.&lt;br /&gt;
&lt;br /&gt;
Copy settings (as per instruction at end of page)&lt;br /&gt;
&lt;br /&gt;
  sudo cp /var/lib/mediawiki/config/LocalSettings.php /var/lib/mediawiki/LocalSettings.php&lt;br /&gt;
  sudo rm -rf /var/lib/mediawiki/config&lt;br /&gt;
&lt;br /&gt;
Change permission on script&lt;br /&gt;
&lt;br /&gt;
 sudo chmod 755 /var/lib/mediawiki/LocalSettings.php&lt;br /&gt;
&lt;br /&gt;
This is different from what is suggested in the configuration page. Not sure why.&lt;br /&gt;
&lt;br /&gt;
Browse to &amp;lt;nowiki&amp;gt;http://hostname/mediawiki&amp;lt;/nowiki&amp;gt;, and start using...&lt;/div&gt;</summary>
		<author><name>192.160.51.70</name></author>
		
	</entry>
</feed>