<?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>Ryan McCue's Blog &#187; get satisfaction</title>
	<atom:link href="http://cubegames.net/blog/tag/get-satisfaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://cubegames.net/blog</link>
	<description>Containing absolutely nothing about cubes or games</description>
	<lastBuildDate>Tue, 10 Mar 2009 07:24:57 +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>Installing Get Satisfaction&#8217;s Help Center</title>
		<link>http://cubegames.net/blog/2008/05/30/installing-get-satisfactions-help-center/</link>
		<comments>http://cubegames.net/blog/2008/05/30/installing-get-satisfactions-help-center/#comments</comments>
		<pubDate>Fri, 30 May 2008 08:14:03 +0000</pubDate>
		<dc:creator>Ryan McCue</dc:creator>
				<category><![CDATA[Code Monkey]]></category>
		<category><![CDATA[get satisfaction]]></category>
		<category><![CDATA[help center]]></category>
		<category><![CDATA[help centre]]></category>
		<category><![CDATA[http_request]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://cubegames.net/blog/?p=92</guid>
		<description><![CDATA[Just found out about Get Satisfaction&#8217;s brand new Help Center and tried to install it? No doubt you&#8217;ll run into a few bugs along the way. However, follow this guide and you should be fine.

Install Smarty into an include directory


This is most easily done by extracting the lib/ directory from the Smarty package into a [...]]]></description>
			<content:encoded><![CDATA[<p>Just found out about Get Satisfaction&#8217;s brand new Help Center and tried to install it? No doubt you&#8217;ll run into a few bugs along the way. However, follow this guide and you should be fine.</p>
<dl>
<dt>Install Smarty into an include directory</dt>
<dd>
<ol>
<li>This is most easily done by extracting the <code>lib/</code> directory from the <a href="http://www.smarty.net/download.php">Smarty package</a> into a new directory called <code>includes/</code></li>
<li>Rename the <code>lib/</code> directory to <code>smarty/</code></li>
<li>Add the following line to your Help Center&#8217;s config file:<br />
<code>set_include_path(get_include_path() . PATH_SEPARATOR . '/path/to/includes/');</code></li>
</ol>
</dd>
<dt>Install the HTTP_Request PEAR library</dt>
<dd>Install this like any other PEAR library. If you don&#8217;t have PEAR, <a href="http://pear.php.net/package/HTTP_Request/download">download the archive</a> and extract the <code>HTTP_Request-*</code> into the previously created includes directory. Then rename the <code>HTTP_Request-*</code> to <code>HTTP</code></dd>
<dt>Setup the database</dt>
<dd>
<ol>
<li>Create a database called &#8220;sprinkles&#8221;</li>
<li>Import the schema from the included SQL file, sprinkles-schema.sql</li>
</ol>
</dd>
<dt>Create a folder for compiled templates</dt>
<dd>Create the <code>templates_c/</code> directory in the Help Center directory to hold the compiled templates for Smarty and make sure it is writable.</dd>
<dt>Edit your config</dt>
<dd>Edit config.php in your Help Center installation and add the following, replacing &#8220;root&#8221; and &#8220;password&#8221; with your respective database username and password:<br />
<code>$mysql_username = 'root';<br />
$mysql_password = 'password';</code></dd>
<dt>Run the web installer</dt>
<dd>Head to your installation of Help Center in your browser and the web installer will kick in.</dd>
</dl>
<p>Hopefully this process becomes easier in the future. I would recommend to the Get Satisfaction developers to include HTTP_Request and Smarty with the Help Center package.</p>
]]></content:encoded>
			<wfw:commentRss>http://cubegames.net/blog/2008/05/30/installing-get-satisfactions-help-center/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
