On my desktop, I&#39;ve installed a VirtualBox disc with Ubuntu9.04 Server32.<br><br>Progress, so far, modeled after <a href="http://vig.laptop.org/wiki/index.php/Recipe:easywiki">http://vig.laptop.org/wiki/index.php/Recipe:easywiki</a>:<br>

(See <a href="http://vig.laptop.org/wiki/index.php/Recipe:migratewiki">http://vig.laptop.org/wiki/index.php/Recipe:migratewiki</a>.)<br><br>1. sudo aptitude install libapache-mod-php5 mysql-server php5-mysql php5-gd xcache subversion<br>

2. cd /var/www<br>3. sudo svn checkout <a href="http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_15/phase3">http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_15/phase3</a> wiki<br>4. cd wiki<br>5. sudo rm -r  extensions<br>

6. sudo svn checkout <a href="http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_15/phase3/extensions">http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_15/phase3/extensions</a><br>7. sudo chgrp www-data images config<br>

8. sudo chmod g+w      images config<br><br>&gt;Edit &lt;tt&gt;/etc/php5/conf.d/xcache.ini&lt;/tt&gt; And set &lt;tt&gt;xcache.var_size&lt;/tt&gt; to some sensible value. 16M should do.<br><br>    /etc/php5/conf.d/xcache.ini  was not present.  There must be some assumed steps missing...<br>

<br>9. <a href="http://domain/wiki/config/index.php">http://domain/wiki/config/index.php</a> :<br><br>Output for my VirtualBox installation:<br><div id="globalWrapper">
<div id="column-content">
<div id="content">
<div id="bodyContent">

<h1>MediaWiki 1.15.0 Installation</h1>


<ul><li>
                <b>Don&#39;t forget security updates!</b> Keep an eye on the
                <a href="http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce">low-traffic
                release announcements mailing list</a>.
        </li></ul>


<h2>Checking environment...</h2>
<p><em>Please include all of the lines below when reporting installation problems.</em></p>
<ul class="env-check"><li>PHP 5.2.6-3ubuntu4.1 installed</li>
Could not find a suitable database driver!<ul><li>For <b>MySQL</b>, compile PHP using <b>--with-mysql</b>, or install the mysql.so module</li><li>For <b>PostgreSQL</b>, compile PHP using <b>--with-pgsql</b>, or install the pgsql.so module</li>

<li>For <b>SQLite</b>, compile PHP using <b>--with-pdo_sqlite</b>, or install the pdo_sqlite.so module</li><li>For <b>MSSQL</b>, compile PHP using <b>--with-mssql not ready</b>, or install the mssql not ready.so module</li>

<li>For <b>DB2</b>, compile PHP using <b>--with-ibm_db2</b>, or install the ibm_db2.so module</li></ul></ul>

</div>
</div>
</div>
</div><br>