<?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/"
	>

<channel>
	<title>TBH Blog's &#187; freebsd</title>
	<atom:link href="http://tbh.blog.ittelkom.ac.id/blog/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://tbh.blog.ittelkom.ac.id/blog</link>
	<description>TBH at Blog.ittelkom.ac.id blog</description>
	<lastBuildDate>Tue, 04 Aug 2009 03:37:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Wordpress-mu</title>
		<link>http://tbh.blog.ittelkom.ac.id/blog/2009/05/15/install-wordpress-mu/</link>
		<comments>http://tbh.blog.ittelkom.ac.id/blog/2009/05/15/install-wordpress-mu/#comments</comments>
		<pubDate>Fri, 15 May 2009 06:31:55 +0000</pubDate>
		<dc:creator>tbh</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://tbh.blog.ittelkom.ac.id/blog/?p=3</guid>
		<description><![CDATA[Installing wordpress-mu on freebsd is easy as installing another port.
This is the steps required to install wordpress-mu:

Change to /usr/ports/www/wordpress-mu
As root issue &#8220;make install clean&#8221;
Change to /usr/local/www/wordpress-mu
Issue chown www:www /usr/local/www/wordpress-mu
Create database
As mysql root issue:
create database wordpressmu;
grant all privileges on wordpressmu.* to wordpressmu@localhost identified by &#8216;wordpress-mu&#8217;;
Configure apache to make /usr/local/www/wordpress-mu accessible from web, in this example http://yourserver.tld/blog/
Open [...]]]></description>
			<content:encoded><![CDATA[<p>Installing wordpress-mu on freebsd is easy as installing another port.</p>
<p>This is the steps required to install wordpress-mu:</p>
<ol>
<li>Change to /usr/ports/www/wordpress-mu</li>
<li>As root issue &#8220;make install clean&#8221;</li>
<li>Change to /usr/local/www/wordpress-mu</li>
<li>Issue chown www:www /usr/local/www/wordpress-mu</li>
<li>Create database<br />
As mysql root issue:<br />
create database wordpressmu;<br />
grant all privileges on wordpressmu.* to wordpressmu@localhost identified by &#8216;wordpress-mu&#8217;;</li>
<li>Configure apache to make /usr/local/www/wordpress-mu accessible from web, in this example http://yourserver.tld/blog/</li>
<li>Open your web browser, open http://yourserver.tld/blog/</li>
<li>Enter database parameters from command number 5)</li>
<li>Login to your admin page.</li>
</ol>
<p>Now you can add blog and user.</p>
]]></content:encoded>
			<wfw:commentRss>http://tbh.blog.ittelkom.ac.id/blog/2009/05/15/install-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
