<?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>Distributed Software Systems LLC &#187; WordPress</title>
	<atom:link href="http://www.tucsonconsulting.com/category/software/application/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tucsonconsulting.com</link>
	<description>Software For Every Situation.</description>
	<lastBuildDate>Sun, 24 Jun 2007 23:20:51 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install WordPress on OpenBSD 4.0</title>
		<link>http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/</link>
		<comments>http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/#comments</comments>
		<pubDate>Sat, 05 May 2007 19:24:45 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[4.0]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/</guid>
		<description><![CDATA[Install Ports
http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/how-to-install-openbsd-40-ports/
Install MySQL
http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-40/
Install Lighttp
http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/
Install PHP With FastCGI
http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/install-php-51-w-fastcgi-on-openbsd-40/
Download And Extract Wordpress
mkdir /www
mkdir /www/sites
mkdir /www/sites/&#60;example&#62;.com
mkdir /www/sites/&#60;example&#62;.com/www
lynx -source &#8220;http://wordpress.org/latest.tar.gz&#8221; > /www/sites/&#60;example&#62;.com/www/wordpress.tar.gz
cd /www/sites/&#60;example&#62;.com/www/
tar zxvf wordpress.tar.gz
Configure MySQL Database For Wordpress
mysql -p
create database `www-&#60;example&#62;-com`;
grant all on `www-&#60;example&#62;-com`.* to &#8216;wordpress&#8217;@'localhost&#8217; identified by &#60;password&#62;&#8217;;
flush privileges;
exit
Configure /etc/lighttpd.conf For New Site
http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/
]]></description>
			<content:encoded><![CDATA[<p><strong>Install Ports</strong><br />
<a href="http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/how-to-install-openbsd-40-ports/">http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/how-to-install-openbsd-40-ports/</a></p>
<p><strong>Install MySQL</strong><br />
<a href="http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-40/">http://www.tucsonconsulting.com/software/service/database/mysql/install-mysql-50-on-openbsd-40/</a></p>
<p><strong>Install Lighttp</strong><br />
<a href="http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/">http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/</a></p>
<p><strong>Install PHP With FastCGI</strong><br />
<a href="http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/install-php-51-w-fastcgi-on-openbsd-40/">http://www.tucsonconsulting.com/software/operating-system/unix/openbsd/40/install-php-51-w-fastcgi-on-openbsd-40/</a></p>
<p><strong>Download And Extract Wordpress</strong><br />
mkdir /www<br />
mkdir /www/sites<br />
mkdir /www/sites/&lt;example&gt;.com<br />
mkdir /www/sites/&lt;example&gt;.com/www<br />
lynx -source &#8220;http://wordpress.org/latest.tar.gz&#8221; > /www/sites/&lt;example&gt;.com/www/wordpress.tar.gz<br />
cd /www/sites/&lt;example&gt;.com/www/<br />
tar zxvf wordpress.tar.gz</p>
<p><strong>Configure MySQL Database For Wordpress</strong><br />
mysql -p<br />
create database `www-&lt;example&gt;-com`;<br />
grant all on `www-&lt;example&gt;-com`.* to &#8216;wordpress&#8217;@'localhost&#8217; identified by &lt;password&gt;&#8217;;<br />
flush privileges;<br />
exit</p>
<p><strong>Configure /etc/lighttpd.conf For New Site</strong><br />
<a href="http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/">http://www.tucsonconsulting.com/software/language/ruby/install-lighttp-w-fastcgi-14-on-openbsd-40/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/software/application/wordpress/install-wordpress-on-openbsd-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
