<?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>TerraNetwork &#187; Xampp</title>
	<atom:link href="http://www.terranetwork.net/blog/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terranetwork.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 14:53:36 +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>How to install Magento on a PC with XAMPP</title>
		<link>http://www.terranetwork.net/blog/2009/10/how-to-install-magento-on-a-pc/</link>
		<comments>http://www.terranetwork.net/blog/2009/10/how-to-install-magento-on-a-pc/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 11:37:40 +0000</pubDate>
		<dc:creator>Edith</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Xampp]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=163</guid>
		<description><![CDATA[After wasting hours yesterday trying to get Magento working on XAMPP, I finally hit a winning combination. So here&#8217;s the summary of how to get a local copy of Magento running on a PC. Tested on Windows Vista (32bit) with XAMPP v1.7.1 and Magento 1.3.2.4. 
Quick tips

Use XAMPP 1.7.1 &#8211; the version is important! v1.6.8 [...]]]></description>
			<content:encoded><![CDATA[<p>After wasting hours yesterday trying to get Magento working on XAMPP, I finally hit a winning combination. So here&#8217;s the summary of how to get a local copy of Magento running on a PC. Tested on Windows Vista (32bit) with XAMPP v1.7.1 and Magento 1.3.2.4. </p>
<h3>Quick tips</h3>
<ul>
<li>Use XAMPP 1.7.1 &#8211; the version is important! v1.6.8 may also work. </li>
<li>Enable curl in php.ini </li>
<li>Install from http://127.0.01 and NOT localhost </li>
</ul>
<p><span id="more-163"></span></p>
<h3>XAMPP</h3>
<p>To run a PHP/MySQL site on a PC you need a Linux distro, giving you an Apache server on your PC. We use XAMPP &#8211; it&#8217;s reliable, well-supported and easy to install. When you install XAMPP, the version is VERY important:<br />
XAMPP 1.7.2 uses PHP5.3 which the curent version of Magento can&#8217;t handle<br />
XAMPP 1.7.1 is the version I&#8217;m using &#8211; recommended<br />
XAMPP 1.7.0 does NOT work with Magento &#8211; Apache will crash during Magento install<br />
XAMPP 1.6.8 has been reported to work with Magento but I can&#8217;t verify this</p>
<p>So if you&#8217;re starting from scratch, use v1.7.1. If you have an existing install, check your version and upgrade if necessary. XAMPP project:<a href=" http://www.apachefriends.org/en/xampp-windows.html"> http://www.apachefriends.org/en/xampp-windows.html</a>. Older versions can be downloaded from SourceForge: <a href="http://sourceforge.net/projects/xampp/files/">http://sourceforge.net/projects/xampp/files/</a>. Choose the XAMPP Windows versions. </p>
<h3>CURL </h3>
<p>By default curl is disabled in XAMPP. Download /apachefriends/xampp/php/php.ini and find the curl extension. Uncomment it by removing the semi-colon in front of it:<br />
extension=php_curl.dll</p>
<h3>Installing Magento</h3>
<p>Download the latest version of Magento: <a href="http://www.magentocommerce.com/product/community-edition">http://www.magentocommerce.com/product/community-edition</a><br />
Unzip the folder into your /htdocs/ folder. By default this will unzip into a /magento/ folder.<br />
Create a blank database via your PHPMyAdmin (http://localhost/phpmyadmin)<br />
Go to: http://127.0.0.1/magento/index.php/install and follow the install procedure.</p>
<p>Note that I&#8217;m saying &#8220;127.0.0.1&#8243;. If you use &#8220;localhost&#8221; cookies won&#8217;t work (except in Opera), you won&#8217;t be able to log into admin and you will have URL warnings. Localhost isn&#8217;t recognised as valid domain name by Magento. Using &#8220;127.0.0.1&#8243; gets round that problem as it contains dots. </p>
<p>You&#8217;re done &#038; ready to develop your Magento shop offline!</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2009/10/how-to-install-magento-on-a-pc/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
