<?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>Niranjan Thapa</title>
	<atom:link href="http://niranjanthapa.com.np/feed/" rel="self" type="application/rss+xml" />
	<link>http://niranjanthapa.com.np</link>
	<description>with dreams, with waking nightmares</description>
	<lastBuildDate>Mon, 17 Jan 2011 16:58:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento &#8211; First Step</title>
		<link>http://niranjanthapa.com.np/2011/01/magento-first-step/</link>
		<comments>http://niranjanthapa.com.np/2011/01/magento-first-step/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 16:56:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://niranjanthapa.com.np/?p=6</guid>
		<description><![CDATA[Hi All, This is my first tutorial about magento e-commerce development platform. This is just a compilation of tutorials/guide that I came across while learning about this great platform. Also I have tried to add my own flavor to this &#8230; <a href="http://niranjanthapa.com.np/2011/01/magento-first-step/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>This is my first tutorial about <a title="Magento E-commerce site" href="http://www.magentocommerce.com/" target="_blank">magento</a> e-commerce development platform. This is just a compilation of tutorials/guide that I came across while learning about this great platform. Also I have tried to add my own flavor to this topic.</p>
<p>I hope to learn some more from you guys and contribute my $0.02 cents on this series.</p>
<h2>Environment Setup</h2>
<ul>
<li>Software Installation (For Windows development environment)</li>
<li>Magento Installation</li>
</ul>
<h3>Software Installation (For Windows development environment)</h3>
<ul>
<li>Download <a title="Notepad ++" href="http://notepadplusplus.org/" target="_blank">Notepad++</a> and install &#8211; <em>you may chose any editor you like</em></li>
<li>Download <a title="Wamp Server" href="http://www.wampserver.com/" target="_blank">Wamp</a> and install</li>
<li>??? Don&#8217;t want to do regular chores of creating database and installing the magento. Then download and install <a title="Selenium IDE" href="http://seleniumhq.org/download/" target="_blank">Selenium IDE (firefox plugin for web application testing)<br />
</a></li>
</ul>
<h3>Magento Installation</h3>
<ul>
<li>Enable php_curl extension, un-comment(removing #) following line in php.ini <em>extension=php_curl.dll</em></li>
<li>Enable re-write module in httpd.conf in apache<br />
<em>LoadModule rewrite_module modules/mod_rewrite.so</em></li>
<li>Download <a title="Magento e-commerce download" href="http://www.magentocommerce.com/download">Magento</a>, unzip and copy it inside the &#8220;<em>www</em>&#8221; directory in wamp installtion directory.</li>
<li>If you are lazy like myself, open up the Selenium IDE from &#8220;Tools | Selenium IDE&#8221; in firefox.</li>
<li>Open up the &#8220;dbsetup.txt&#8221; in the Selenium IDE. Move the slide to &#8220;slow&#8221; in Selenium IDE and press green triangle button to run the script.<br />
<em>Note: It will create a database &#8220;magento&#8221; with usernam/password both as &#8220;magento&#8221;</em></li>
<li>For magento installation, open and run &#8220;Magento Installation.txt&#8221; in selenium IDE.<strong>OR</strong></li>
<li>You can open Selenium IDE, press red circle button and record your installation process and default values, which you can play later.</li>
</ul>
<p><strong>Trouble shoot magento installation.<br />
</strong></p>
<ul>
<li><strong>&#8220;Unable to login admin&#8221; &#8211; </strong>uncomment following lines in app\code\core\Mage\Core\Model\Session\Abstract\Varien.php<em>//&#8217;domain&#8217;   =&gt; $cookie-&gt;getConfigDomain(),<br />
//&#8217;secure&#8217;   =&gt; $cookie-&gt;isSecure(),<br />
//&#8217;httponly&#8217; =&gt; $cookie-&gt;getHttponly()</em></li>
</ul>
<p>Hope the information was quite helpful.</p>
<p>Time to sign-off. Keep on tuning for some more insight on magento theme development.</p>
<p>Send me the feedback/questions if any.</p>
]]></content:encoded>
			<wfw:commentRss>http://niranjanthapa.com.np/2011/01/magento-first-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

