Author: bhuvan
Date: Sat Oct 13 16:31:24 2007
New Revision: 4474

Modified:
   trunk/generic/serverguide/C/wikis.xml

Log:
* generic/serverguide/C/wikis.xml
  Recent updates to wiki section.

Patch by: Adam Sommer <[EMAIL PROTECTED]>


Modified: trunk/generic/serverguide/C/wikis.xml
==============================================================================
--- trunk/generic/serverguide/C/wikis.xml       (original)
+++ trunk/generic/serverguide/C/wikis.xml       Sat Oct 13 16:31:24 2007
@@ -161,57 +161,41 @@
   <sect2 id="mediawiki-installation" status="complete">
   <title>Installation</title>
     <para>
+    Before installing <application>Mediawiki</application> you should also 
install 
+    <application>Apache2</application>, the <application>PHP5</application> 
scripting language 
+    and Database a Management System.  <application>MySQL</application> or 
<application>PostgreSQL</application>
+    are the most common, choose one depending on your need.  Please refer to 
those 
+    sections in this manual for installation instructions.
+    </para>
+    <para>
     To install <application>MediaWiki</application>, run the following
     command in the command prompt:
     </para>
-
     <para>
 <screen>
 <command>sudo apt-get install mediawiki php5-gd</command>
 </screen>
     </para>
 
-    <para>
-    You should also install <application>Apache2</application>
-    <application>PHP5</application> scripting language and Database
-    Management Systems, <application>MySQL</application> or
-    <application>PostgreSQL</application>
-    depending on your need. Please refer to those sections in this
-    manual for installation instructions.
-    </para>
   </sect2>
 
   <sect2 id="mediawiki-configuration" status="complete">
   <title>Configuration</title>
     <para>
-    Before you configuring <application>MediaWiki</application>
-    application, you should configure PHP5. Edit the file
-    <filename>/etc/php5/apache2/php.ini</filename> and uncomment the
-    following lines, if they are still commented:
-    </para>
-    
-<programlisting>
-; extension = mysql.so
-; extension = gd.so
-</programlisting>
-
-    <para>
-    Once you uncomment the above lines in the PHP5 configuration file
-    <filename>/etc/php5/apache2/php.ini</filename>, you can run the
-    following commands to configure MediaWiki:
+    Run the following commands to configure MediaWiki:
    </para>
 
 <programlisting>
-sudo ln -s /var/lib/mediawiki1.7 /var/www/mediawiki
+sudo ln -s /var/lib/mediawiki1.10 /var/www/mediawiki
 sudo chmod 777 /var/www/mediawiki/config
-sudo chown -R www-data.www-data /usr/share/mediawiki1.7</programlisting>
+sudo chown -R www-data.www-data /usr/share/mediawiki1.10</programlisting>
 
   <para>
   Point your web browser to the following URL for MediaWiki setup:
   </para>
 
 <programlisting>
-http://localhost/config/index.php
+http://localhost/mediawiki/config/index.php
 </programlisting>
   <tip>
   <para>

-- 
ubuntu-doc-commits mailing list
ubuntu-doc-commits@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc-commits

Reply via email to