<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8">
        <meta name="robots" content="noindex,nofollow"><title>MediaWiki installation</title>
        
        <style type="text/css">
        #credit {
                float: right;
                width: 200px;
                font-size: 0.7em;
                background-color: #eee;
                color: black;
                border: solid 1px #444;
                padding: 8px;
                margin-left: 8px;
        }
        
        dl.setup dd {
                margin-left: 0;
        }
        dl.setup dd label.column {
                clear: left;
                font-weight: bold;
                width: 12em;
                float: left;
                text-align: right;
                padding-right: 1em;
        }
        dl.setup dt {
                clear: left;
                font-size: 0.8em;
                margin-left: 10em;
                /* margin-right: 200px; */
                margin-bottom: 2em;
        }
        .error {
                color: red;
        }
        ul.plain {
                list-style: none;
                clear: both;
                margin-left: 12em;
        }
        </style></head>

<body>

<div id="credit">
 <center>
  <a href="http://www.mediawiki.org/"><img src="MediaWiki%20installation_files/wiki.png" alt="" border="0" height="135" width="135"></a>
 </center>
 
 <b><a href="http://www.mediawiki.org/">MediaWiki</a></b> is
 Copyright (C) 2001-2004 by Magnus Manske, Brion Vibber, Lee Daniel Crocker,
 Tim Starling, Erik Möller, Gabriel Wicke and others.
 
 <ul>
 <li><a href="https://intraweb.gaia.de/gaiaev/mediawiki2/README">Readme</a></li>
 <li><a href="https://intraweb.gaia.de/gaiaev/mediawiki2/RELEASE-NOTES">Release notes</a></li>
 <li><a href="https://intraweb.gaia.de/gaiaev/mediawiki2/docs/">doc/</a></li>
 <li><a href="http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide">User's Guide</a></li>
 </ul>
 
 <p>This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.</p>
 
 <p>This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.</p>
 
 <p>You should have received <a href="https://intraweb.gaia.de/gaiaev/mediawiki2/COPYING">a copy of the GNU General Public License</a>
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 or <a href="http://www.gnu.org/copyleft/gpl.html">read it online</a></p>
</div>


<h1>MediaWiki 1.3.0beta5 installation</h1>



<p><i>Please include all of the lines below when reporting installation problems.</i></p>

<h2>Checking environment...</h2>
<ul>
<li>PHP 4.3.3 ok</li>
<li>PHP server API is apache; ok, using pretty URLs (<tt>index.php/Page_Title</tt>)</li>
<li>Have XML / Latin1-UTF-8 conversion support.</li>
<li>PHP's <tt>memory_limit</tt> is 32M. <b>If this is too low, installation may fail!</b> </li>
<li>Have zlib support; enabling output compression.</li>
<li>Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.</li>
<li>Installation directory: <tt>/usr/local/ftp/gaiaev/mediawiki2</tt></li>
<li>Script URI path: <tt>/gaiaev/mediawiki2</tt></li>
<li>Connected as root (automatic)</li>
<li>Connected to database... 4.0.15-Max-log; enabling MySQL 4 enhancements</li>
<li>Database <tt>gaia_wikintern2</tt> exists</li>
<li>There are already MediaWiki tables in this database. Checking if updates are needed...</li>
<pre>...ipblocks is up to date.
...already have interwiki table
...indexes seem up to 20031107 standards
...have linkscc table.
...linkscc is up to date, or does not exist. Good.
...have hitcounter table.
Adding rc_ip...ok
Converting links table to ID-ID...
Updating schema (no rows to convert)...
Dropping temporary links table if it exists... done.
Creating temporary links table... done.

Dropping backup links table if it exists... done.
Swapping tables 'links' to 'links_backup'; 'links_temp' to 'links'... done.

Conversion complete. The old table remains at links_backup;
delete at your leisure.
Adding user_real_name field to table user...ok
Adding querycache table for slow special pages... ok
Adding objectcache table for message caching... ok
Adding categorylinks table for category management... ok
Creating redirects
Sitesupportpage...redirected
Gnunote...redirected

Moving pages...
Sitesupportpage...moved
Gnunote...moved

Converting text...
Initialising "MediaWiki" namespace...
</pre>
<li>Finished update checks.</li>
<p>Creating LocalSettings.php...</p>

<p>Success! Move the LocalSettings.php file into the parent directory, then follow
                <a href="https://intraweb.gaia.de/gaiaev/mediawiki2/index.php">this link</a> to your wiki.</p>
</ul>



</body></html>