<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>I&#039;d Rather Be Writing &#187; Dokuwiki</title>
	<atom:link href="http://idratherbewriting.com/tag/dokuwiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://idratherbewriting.com</link>
	<description>The Latest Trends in Technical Communication</description>
	<lastBuildDate>Fri, 25 May 2012 16:20:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing Mediawiki Is Much Easier Than The Instructions Suggest &#8212; My Quick 10 Step Tutorial for Installing Mediawiki</title>
		<link>http://idratherbewriting.com/2007/06/14/installing-mediawiki-is-much-easier-than-the-instructions-suggest-my-quick-10-step-tutorial-for-installing-mediawiki/</link>
		<comments>http://idratherbewriting.com/2007/06/14/installing-mediawiki-is-much-easier-than-the-instructions-suggest-my-quick-10-step-tutorial-for-installing-mediawiki/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 09:42:20 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Dokuwiki]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Wikis]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/2007/06/14/installing-mediawiki-is-much-easier-than-the-instructions-suggest-my-quick-10-step-tutorial-for-installing-mediawiki/</guid>
		<description><![CDATA[If you glance at the instructions for installing Mediawiki, it looks like you have to run complicated scripts with shell access to your server and other geeky stuff. In reality, it&#8217;s about as easy to install as Dokuwiki &#8212; assuming you have a typical hosted account, such as with Blue Host or Lunar Pages. Here&#8217;s how to do it. To install Mediawiki: The latest version ... <a href="http://idratherbewriting.com/2007/06/14/installing-mediawiki-is-much-easier-than-the-instructions-suggest-my-quick-10-step-tutorial-for-installing-mediawiki/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a title="Mediawiki" href="http://mediawiki.org" target="_blank"><img title="Mediawiki" src="http://www.idratherbewriting.com/wp-content/uploads/2007/06/mediawiki.jpg" alt="Mediawiki" align="right" hspace="5" vspace="5" /></a>If you glance at the <a title="Installation Guide for Mediawiki" href="http://www.mediawiki.org/wiki/Manual:Installation" target="_blank">instructions for installing Mediawiki</a>, it looks like you have to run complicated scripts with shell access to your server and other geeky stuff. In reality, it&#8217;s about as easy <a title="previous video tutorial on installing dokuwiki" href="http://www.idratherbewriting.com/2007/05/06/installing-dokuwiki/" target="_blank">to install as Dokuwiki</a> &#8212; assuming you have a typical hosted account, such as with Blue Host or Lunar Pages. Here&#8217;s how to do it.</p>
<p>To install Mediawiki:</p>
<ol>
<li>The latest version of Mediawiki requires PHP5. If you don&#8217;t already have PHP5 on your server, ask your Web host to move your account to a server with PHP 5. If you have cPanel, you may have a feature that says Enable/Disable PHP5. If so, you can enable PHP5 yourself.</li>
<li><a title="Download link" href="http://www.mediawiki.org/wiki/Download" target="_blank">Download the latest version</a> of Mediawiki. Currently the latest version is 1.15.1.</li>
<li>Use a tool like <a title="7 Zip" href="http://7-zip.com" target="_blank">7-zip</a> to unzip the compressed Mediawiki folder. Right-click the downloaded folder and select 7-zip &gt; Extract. You may have to extract it a couple of times before you see the folder. Once extracted, upload the contents of the folder to a new directory on your server, probably at /wiki. For example, my practice wiki is at http://idratherbewriting.com/wiki.</li>
<li>Create a MySQL database with a username and password. This may seem hard because it&#8217;s probably not something you do regularly, but it&#8217;s really a one minute process if you have a MySQL feature in cPanel. You also need to add a user to the MySQL database that you create.Watch this <a title="Lunar Pages tutorial" href="http://pluto3.lunarpages.com/tutorials/" target="_blank">video tutorial from LunarPages</a> to see how this is done in cPanel—browse to <strong>Shared Hosting Tutorials &gt; Working with cPanel &gt; MySQL Database Management &gt; Creating a MySQL Database</strong>. Write down the database name, the user you added, and the password.</li>
<p><a title="MySQL Database Management video" href="http://pluto3.lunarpages.com/tutorials/" target="_blank"><img src="http://www.idratherbewriting.com/wp-content/uploads/2007/06/mysql.gif" alt="MySQL Database Management" /></a></p>
<li>Run the Mediawiki installer by simply going to http://yourdomain.com/wiki (or wherever you installed the Mediawiki files). It should automatically bring up a configuration screen that requires a handful of field inputs (including the database information from the previous step) before telling you to click an installation link.</li>
<li>Proceed through the installation wizard, entering the database information in the fields and selecting the options you want.</li>
<li>After Mediawiki installs, you will be prompted to download the Localsettings.php file and upload it to the root directory. The Localsettings file is a key file that you add information to in order to customize your wiki. For example, no doubt you&#8217;ll want to customize the logo area. Using a tool like <a title="NotePad++" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a>, add the following code (but change the path): <span style="color: #008000;">$wgLogo = &#8220;http://stc-suncoast.org/wiki/stclogo.gif&#8221;;</span>. The http path is the path for your logo, so you should have an image file uploaded there. Don&#8217;t forget the semicolon at the end of the statement.</li>
<li>After Mediawiki installs, it shows you links to user guides. To customize your sidebar, search for Mediawiki:Sidebar (using the search box in your new wiki site). It will show you the page you need to modify.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2007/06/14/installing-mediawiki-is-much-easier-than-the-instructions-suggest-my-quick-10-step-tutorial-for-installing-mediawiki/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

