<?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>andij.com &#187; website</title>
	<atom:link href="http://andij.com/tag/website/feed" rel="self" type="application/rss+xml" />
	<link>http://andij.com</link>
	<description>website design and delivery</description>
	<lastBuildDate>Sat, 31 Jul 2010 21:26:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setup local installation of Magento 1.0.19870 WampServer</title>
		<link>http://andij.com/2008/05/16/setup-local-installation-of-magento</link>
		<comments>http://andij.com/2008/05/16/setup-local-installation-of-magento#comments</comments>
		<pubDate>Fri, 16 May 2008 07:39:22 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://andij.com/blog/?p=7</guid>
		<description><![CDATA[Prerequisites:- WampServer2 installation http://andij.com/2008/05/15/installing-and-configuring-wampserver2/ Now to install Magento http://www.magentocommerce.com/ Including the Sample Data pack. Note: Ensure to install the Sample Data pack before performing the installation of Magento itself. Download both the &#8216;Sample Data&#8217; pack and &#8216;Magento&#8217;, save these somewhere, decide where you want your new ecommerce shop to be installed, I&#8217;m going to install [...]]]></description>
			<content:encoded><![CDATA[<p>Prerequisites:-<br />
WampServer2 installation <a href="http://andij.com/2008/05/15/installing-and-configuring-wampserver2/">http://andij.com/2008/05/15/installing-and-configuring-wampserver2/</a></p>
<p>Now to install Magento <a href="http://www.magentocommerce.com/">http://www.magentocommerce.com/</a> Including the Sample Data pack.</p>
<p>Note: Ensure to install the Sample Data pack before performing the installation of Magento itself.</p>
<p>Download both the &#8216;Sample Data&#8217; pack and &#8216;Magento&#8217;, save these somewhere, decide<span id="more-12"></span> where you want your new ecommerce shop to be installed, I&#8217;m going to install it here: http://www.project.dev/magento/</p>
<p>Unpack magento-1.0.19870.zip into D:\websites\project\htdocs seeing as the zip file contains the \magento\ folder, the path you&#8217;ll end up with is D:\websites\project\htdocs\magento</p>
<p>Unpack magento-sample-data-1.0.19870.zip into D:\websites\project\htdocs this will create a folder called D:\websites\project\htdocs\magento-sample-data-1.0.19870</p>
<p>Now is a good time to create your MySQL database, to do this open http://localhost/ where you should see the WampServer homepage, click &#8216;phpmyadmin&#8217;.  Simply create a database by putting your database name &#8216;magento_sample&#8217; (I decided to call it this so that I can create another called &#8216;magento_live&#8217; for the real shop data) into the &#8216;Create new database&#8217; field, leave all the defaults and click &#8216;Create&#8217;, you&#8217;ll notice the database name appear in the left column.</p>
<p><a href="http://www.magentocommerce.com/knowledge-base/entry/installing-sample-data-archive-for-magento-1019870">Installing Sample Data Archive for Magento 1.0.19870</a></p>
<p>Click &#8216;magento_sample&#8217; in the left column then click the &#8216;Import&#8217; tab at the top.</p>
<p>Browse for the sample data file, located D:\websites\project\htdocs\magento-sample-data-1.0.19870\magento_sample_data_for_1.0.19870.sql.  Leave the defaults and click &#8216;Go&#8217; at the bottom right. You&#8217;ll now be importing the sample data and it&#8217;ll take a little while.  Once complete there&#8217;ll be a long list of database tables in the left column.</p>
<p><strong>Configure WampServer Apache modules and PHP extensions</strong></p>
<p>Before installing Magento ensure you complete the following:-</p>
<p>Click on the WampServer icon in the system tray</p>
<blockquote><p>&#8216;Apache&#8217; -&gt; &#8216;Apache Modules&#8217; tick &#8216;rewrite_module&#8217;<br />
&#8216;PHP&#8217; -&gt; &#8216;PHP Extensions&#8217; tick &#8216;php_curl&#8217;<br />
&#8216;PHP&#8217; -&gt; &#8216;PHP Extensions&#8217; tick &#8216;php_mcrypt&#8217;</p></blockquote>
<p>Now browse to http://www.project.dev/magento/ you should now see the first page of the Magento installation procedure.</p>
<p>Follow the installation procedure, changing the location, time zone, currency to your requirements.  When you&#8217;re presented with the database configuration page, simply enter &#8216;magento_sample&#8217; into the database field and proceed.  (this is assuming that your MySQL user is &#8216;root&#8217; and your password is blank).</p>
<p>Let me know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2008/05/16/setup-local-installation-of-magento/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing and Configuring WampServer2</title>
		<link>http://andij.com/2008/05/15/installing-and-configuring-wampserver2</link>
		<comments>http://andij.com/2008/05/15/installing-and-configuring-wampserver2#comments</comments>
		<pubDate>Thu, 15 May 2008 07:26:39 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://andijones.com/blog/?p=6</guid>
		<description><![CDATA[Step One The Installation process of WampServer2 was painless. http://www.wampserver.com/en/ The harder part was getting it configured the way I wanted to use it. Now I&#8217;ve sussed it, it&#8217;s a beauty. I Installed WampServer2 in C:\wamp My websites are located in D:\websites The webroot of my &#8216;project&#8217; is:- D:\websites\project\htdocs I would like to use this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Step One</strong></p>
<p>The Installation process of WampServer2 was painless. <a href="http://www.wampserver.com/en/">http://www.wampserver.com/en/</a></p>
<p>The harder part was getting it configured the way I wanted to use it.  Now I&#8217;ve sussed it, it&#8217;s a beauty.<span id="more-11"></span></p>
<p>I Installed WampServer2 in C:\wamp</p>
<p>My websites are located in D:\websites</p>
<p>The webroot of my &#8216;project&#8217; is:-<br />
D:\websites\project\htdocs</p>
<p>I would like to use this URL for &#8216;project&#8217;:-</p>
<p>http://www.project.dev/</p>
<p>Once you&#8217;ve installed WampServer2 check <a href="http://www.wampserver.com/en/presentation.php">http://www.wampserver.com/en/presentation.php</a> for an overview of how to use it.</p>
<p>So, now you&#8217;re all up and running and you can see the wampserver page at http://localhost/</p>
<p><strong>Step Two</strong></p>
<p>Seeing your website &#8216;project&#8217; at http://www.project.dev/</p>
<p>Find your hosts file:-<br />
C:\windows\system32\drivers\etc\<br />
open hosts in your text editor<br />
At the end of the file add the following:-</p>
<pre class="brush: php;">127.0.0.1       www.project.dev project.dev</pre>
<p>Find your httpd-vhost.conf file:-<br />
C:\wamp\bin\apache\apache2.2.8\conf\extra\<br />
open httpd-vhost.conf in your text editor<br />
At the end of the file add the following:-</p>
<pre class="brush: php;">
&lt;VirtualHost *:80&gt;
ServerAdmin webmaster@project.dev
DocumentRoot &quot;D:\websites\project\htdocs&quot;
ServerName project.dev
ServerAlias www.project.dev
ErrorLog &quot;logs/project.dev-error.log&quot;
CustomLog &quot;logs/project.dev-access.log&quot; common
&lt;/VirtualHost&gt;
</pre>
<p>Save both these files and restart wamp:-<br />
Click on the WampServer icon in the system tray<br />
Click &#8216;Restart all Services&#8217;</p>
<p>Ensuring that WampServer has started successfully try visiting http://www.project.dev/</p>
<p>As long as you&#8217;ve created this path:-<br />
D:\websites\project\htdocs<br />
You should see at least:-<br />
<strong>Index of /project</strong></p>
<p>Now go ahead and build your website locally.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2008/05/15/installing-and-configuring-wampserver2/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
