<?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>Software and Technology Ramblings &#187; MySQL</title>
	<atom:link href="http://blog.eastfacesoftware.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eastfacesoftware.com</link>
	<description>A blog of software design, architecture, and other unread ramblings.</description>
	<lastBuildDate>Thu, 09 Dec 2010 17:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Announcing Dingus CMS</title>
		<link>http://blog.eastfacesoftware.com/2008/04/29/announcing-dingus-cms/</link>
		<comments>http://blog.eastfacesoftware.com/2008/04/29/announcing-dingus-cms/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 17:20:35 +0000</pubDate>
		<dc:creator>Doug Hays</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.eastfacesoftware.com/2008/04/29/announcing-dingus-cms/</guid>
		<description><![CDATA[We have written a very basic CMS system (just like everyone else has) that we use on a handful of our clients&#8217; websites.  We wanted a CMS system that was:

Easy to deploy
Simple to re-skin when provided an HTML/CSS design
Search Engine Friendly
Easy enough that non-technical people could administer the content of the site
Lightweight enough so [...]]]></description>
			<content:encoded><![CDATA[<p>We have written a very basic CMS system (just like everyone else has) that we use on a handful of our clients&#8217; websites.  We wanted a CMS system that was:</p>
<ul>
<li>Easy to deploy</li>
<li>Simple to re-skin when provided an HTML/CSS design</li>
<li>Search Engine Friendly</li>
<li>Easy enough that non-technical people could administer the content of the site</li>
<li>Lightweight enough so that the system could be the foundation of a larger application or website</li>
<li>Built using CakePHP and MySQL</li>
</ul>
<p>After looking around the web for 5 minutes, and not finding anything, we decided to build it ourselves.  So, here it is, <strong>Dingus CMS</strong>.</p>
<p>In order to install and use Dingus CMS:</p>
<ol>
<li>You&#8217;ll need a basic PHP/MySQL/Apache environment. (Note: PHP 5 is recommended and Apache needs mod_rewrite)</li>
<li>Download the <a href="http://blog.eastfacesoftware.com/wp-content/uploads/2008/04/dingus-cms.tar.gz">source</a>.</li>
<li>Extract the source into the document root of your website.  Note that the app, cake, docs, etc&#8230; directories should be at the root of your site</li>
<li>Configure the database connection in <em>app/config/database.php</em></li>
<li>Run the SQL in <em>sql/dingus_cms_db_setup.sql</em></li>
<li>Go to http://localhost and you should be up and running!</li>
</ol>
<p>Note that Dingus CMS comes with built-in search and site map pages available at http://localhost/search.html and http://localhost/site-map.html</p>
<p>Finally, you may be wondering what a <strong>Dingus</strong> is.  You&#8217;ll have to stay tuned for a full explanation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eastfacesoftware.com/2008/04/29/announcing-dingus-cms/feed/</wfw:commentRss>
		<slash:comments>910</slash:comments>
		</item>
	</channel>
</rss>

