<?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>Nano&#039;s Blog &#187; kohana</title>
	<atom:link href="http://www.nanohe.net/blog/tag/kohana/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nanohe.net/blog</link>
	<description>Hello World!</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:47:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kohana Installation Tutorial</title>
		<link>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/</link>
		<comments>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:11:13 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[kohana]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=297</guid>
		<description><![CDATA[Step1.
Download kohana from : http://v3.kohanaphp.com (Version:3.0.3.zip);
Step2.
Uncompress kohana_3.0.3  and copy kohana folder to C:\xampp\htdocs and rename kohana to &#8216;home&#8217;
Step3.
start XAMPP apache service from XAMPP control panel
Step4.
Input: http://localhost/home/index.php
Show error below
cURL Enabled       Kohana requires cURL for the Remote class. 
Step5.
Open C:\xampp\php\php.ini file and remove &#8216;;&#8217; from 
extension=php_curl.dll in php.ini
Step6.
Restart Apache service.
Step7.
Input: [...]]]></description>
			<content:encoded><![CDATA[<p>Step1.<br />
Download kohana from : http://v3.kohanaphp.com (Version:3.0.3.zip);<br />
Step2.<br />
Uncompress kohana_3.0.3  and copy kohana folder to C:\xampp\htdocs and rename kohana to &#8216;home&#8217;<br />
Step3.<br />
start XAMPP apache service from XAMPP control panel<br />
Step4.<br />
Input: http://localhost/home/index.php<br />
Show error below<br />
<strong>cURL Enabled       Kohana requires cURL for the Remote class. </strong><br />
Step5.<br />
Open C:\xampp\php\php.ini file and remove &#8216;;&#8217; from </p>
<pre class="brush: php;">extension=php_curl.dll in php.ini</pre>
<p>Step6.<br />
Restart Apache service.<br />
Step7.<br />
Input: http://localhost/home/index.php again.<br />
Show <strong>Your environment passed all requirements.<br />
Remove or rename the install.php file now.</strong><br />
Step8. Rename install.php to other_Name.php<br />
input: http://localhost/home/index.php again.<br />
Show <strong>Kohana_Request_Exception [ 0 ]: Unable to find a route to match the URI: home/index.php</strong><br />
Step9.<br />
Open C:\xampp\htdocs\home\application\bootstrap.php<br />
find </p>
<pre class="brush: php;">Kohana::init(array('base_url' =&gt; '/kohana/'));</pre>
<p>Modify the <strong>/kohana/</strong> to <strong>/home/</strong><br />
Step10.<br />
input: http://localhost/home/index.php again.<br />
Show <strong>hello, world!</strong><br />
congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
