<?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; Configuration</title>
	<atom:link href="http://andij.com/category/configuration/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>Problems accessing admin after upgrading to Magento 1.3.0</title>
		<link>http://andij.com/2009/04/16/problems-accessing-admin-after-upgrading-to-magento-1_3_0</link>
		<comments>http://andij.com/2009/04/16/problems-accessing-admin-after-upgrading-to-magento-1_3_0#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:58:13 +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[problems]]></category>

		<guid isPermaLink="false">http://andij.com/?p=280</guid>
		<description><![CDATA[Having received an email from the Magento Team the other week bigging-up the latest release of Magento and encouraging me to upgrade as soon as I could, I dutifully upgraded the Mage_Core_Modules to 1.3.0.  This appeared to go without a hitch and after I made a couple of adjustments in the admin and tested the [...]]]></description>
			<content:encoded><![CDATA[<p>Having received an email from the Magento Team the other week bigging-up the latest release of Magento and encouraging me to upgrade as soon as I could, I dutifully upgraded the Mage_Core_Modules to 1.3.0.  This appeared to go without a hitch and after I made a couple of adjustments in the admin and tested<span id="more-280"></span> the fronend I was happy that it was a successful upgrade.</p>
<p>The following day I attempted to login to the Magento admin area only to be presented with a 404 error!  Geez, what a pain.</p>
<p>After doing a bit of forum bashing I found the solution I was after:-</p>
<p><a href="http://www.magentocommerce.com/boards/viewthread/37202/P30/#t121336">http://www.magentocommerce.com/boards/viewthread/37202/P30/#t121336</a></p>
<blockquote><p>For those with the same problem as mine… (can’t login after upgrade, and don’t have ssh capabilities,) I have found a workaround. It worked for me, but I can’t guarantee it will work for you, so proceed at your own risk. I am not the most tech-saavy guy, I just figured it out by looking at the error.</p>
<p>1.)The first thing to do is download the entire magento 1.3 package. Unzip it, and go into Magento-&gt;app-&gt;code-&gt;core-&gt;Mage-&gt;Adminhtml-&gt;Model-&gt;Url.php Grab the Url.php file.</p>
<p>2.)Go to your server, and into your directory where you have magento installed. go to app-&gt;code-&gt;core-&gt;Mage-&gt;Adminhtml-&gt;Model and replace the Url.php file.</p>
<p>3. Clear the cache in your browser and try logging in again.</p>
<p>4. At this point, if you were able to get in, I suggest that you go to magento connect and properly upgrade. Worked for me. I hope it works for you.</p>
<p>- T. Foteh<br />
<a href="http://www.tfotehprints.com">http://www.tfotehprints.com</a><br />
<a href="http://www.tfoteh.com">http://www.tfoteh.com</a></p></blockquote>
<p>After following these steps I was able to login without a problem. -phew-</p>
<p>Then, to top it off the dropdown menus were not working in the admin area!  Checking <a href="http://getfirebug.com/">Firebug </a>I found this was due to the javascripts 404-ing.  Another dose of forum searching it was apparent that this was a common problem (I had experienced it before myself) the /js folder and contents had the wrong permissions following the upgrade.</p>
<p>I opened <a href="http://fireftp.mozdev.org/">FireFTP</a> logged into the site and changed the permissions on the /js folder and all it&#8217;s contents to 755.  This has sorted that problem, so I&#8217;m happy now.</p>
<p>All in all it looks like these problems I encountered after the upgrade are now sorted, let&#8217;s hope that&#8217;s the last of them and the next upgrade will go smoother.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2009/04/16/problems-accessing-admin-after-upgrading-to-magento-1_3_0/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sfImageTransformPlugin &#8211; released</title>
		<link>http://andij.com/2008/10/15/sfimagetransformplugin-released</link>
		<comments>http://andij.com/2008/10/15/sfimagetransformplugin-released#comments</comments>
		<pubDate>Wed, 15 Oct 2008 19:34:46 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[sfImageTransform]]></category>
		<category><![CDATA[sfImageTransformPlugin]]></category>
		<category><![CDATA[stumani]]></category>

		<guid isPermaLink="false">http://andij.com/?p=69</guid>
		<description><![CDATA[Stuart Lowes has released sfImageTransformPlugin 0.1.0 for Symfony. This plugin is for manipulating images using the GD or ImageMagick libraries. A simple to use and flexible image manipulation symfony plugin. The plugin allows you to perform &#8220;transforms&#8221; on an image. A transform maybe simple like a resizing or mirroring or more complex like overlays and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/stunami">Stuart Lowes</a> has released <a href="http://www.symfony-project.org/plugins/sfImageTransformPlugin">sfImageTransformPlugin</a> 0.1.0 for Symfony.  This plugin is for manipulating images using the GD or ImageMagick libraries.</p>
<p>A simple to use and flexible image manipulation symfony plugin. The plugin allows you to perform &#8220;transforms&#8221; on an image. A transform maybe simple like a resizing or mirroring or more complex<span id="more-69"></span> like overlays and pixelizing. The transforms can be chained together or applied individually. New transforms can be simple created by extending the sfImageTranform abstract class.</p>
<h2>Download</h2>
<p><a href="http://plugins.symfony-project.org/sfImageTransformPlugin">http://plugins.symfony-project.org/sfImageTransformPlugin</a></p>
<h2>Plugin page</h2>
<p><a href="http://www.symfony-project.org/plugins/sfImageTransformPlugin">http://www.symfony-project.org/plugins/sfImageTransformPlugin</a></p>
<h2>Examples</h2>
<h4>Starting with the original image:-</h4>
<p><a href="http://andij.com/wp-content/uploads/2008/09/sfimagetransform_logo.png"><img class="size-full wp-image-53" title="sfimagetransform_logo" src="http://andij.com/wp-content/uploads/2008/09/sfimagetransform_logo.png" alt="sfImageTransform" width="218" height="327" /></a></p>
<h4>Here is an example of a transform that:-</h4>
<ul>
<li>scales &#8216;logo.png&#8217; by 50%</li>
</ul>
<pre class="brush: php;">
public function executeDemo1()
{
 $img = new sfImage(sfConfig::get('sf_upload_dir') . DIRECTORY_SEPARATOR . 'logo.png', 'image/png');
 $response = $this-&gt;getResponse();
 $response-&gt;setContentType($img-&gt;getMIMEType());

 $img-&gt;scale(0.5);

 $response-&gt;setContent($img);

 return sfView::NONE;
}
</pre>
<p>Result:-</p>
<p><a href="http://andij.com/wp-content/uploads/2008/10/demo1.png"><img class="alignnone size-medium wp-image-100" title="demo1" src="http://andij.com/wp-content/uploads/2008/10/demo1.png" alt="" /></a></p>
<h4>Here is an example of a transform that:-</h4>
<ul>
<li>flood fill&#8217;s &#8216;logo.png&#8217; at &#8216;x100,y170&#8242; with #000000</li>
<li>scales by 50%</li>
<li>rotate by 120%</li>
<li>draw a rectancle of 5 pixels around edge and colour it #00FF00</li>
<li>write the text &#8220;bathcamp 2008&#8243; at &#8216;x10,y10&#8242; 10px Verdana coloured #FF9900</li>
</ul>
<pre class="brush: php;">
public function executeDemo5()
{
 $img = new sfImage(sfConfig::get('sf_upload_dir') . DIRECTORY_SEPARATOR . 'logo.png', 'image/png');
 $response = $this-&gt;getResponse();
 $response-&gt;setContentType($img-&gt;getMIMEType());

 $img-&gt;fill(100,170)-&gt;scale(0.5)-&gt;rotate(120)-&gt;rectangle(1, 1, $img-&gt;getWidth() - 1, $img-&gt;getHeight() - 5, 5, '#00FF00')-&gt;text('bathcamp 2008', 10, 10, 10, 'Verdana', '#FF9900');

 $response-&gt;setContent($img);

 return sfView::NONE;
}
</pre>
<p>Result</p>
<p><a href="http://andij.com/wp-content/uploads/2008/10/demo5.png"><img class="alignnone size-full wp-image-103" title="demo5" src="http://andij.com/wp-content/uploads/2008/10/demo5.png" alt="" /></a><br />
<a href="http://twitter.com/stunami">Stunami</a> has provided a collection of transforms for the GD and ImageMagick libraries.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2008/10/15/sfimagetransformplugin-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SKY Satellite and Terrestrial Television Structured Cable Distribution System (CAT5e)</title>
		<link>http://andij.com/2008/09/07/sky-satellite-and-terrestrial-television-structured-cable-distribution-system-cat5e</link>
		<comments>http://andij.com/2008/09/07/sky-satellite-and-terrestrial-television-structured-cable-distribution-system-cat5e#comments</comments>
		<pubDate>Sun, 07 Sep 2008 08:12:07 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[cabling]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[on site]]></category>
		<category><![CDATA[rack diagram]]></category>

		<guid isPermaLink="false">http://andij.com/?p=148</guid>
		<description><![CDATA[Marathon Oil CAT5e TV Distribution Brief To relocate the satellite and terrestrial television distribution system from the 4th floor Capital House onto the 3rd floor server room. To employ a system to distribute the 12 television channels through the structured cabling. With individual channel selection using infrared remote control. Solution The Scion Technologies PRO 1000 [...]]]></description>
			<content:encoded><![CDATA[<h1>Marathon Oil CAT5e TV Distribution</h1>
<h2>Brief</h2>
<p>To relocate the satellite and terrestrial television distribution system from the 4th floor Capital House onto the 3rd floor server room.</p>
<p>To employ a system to distribute the 12 television channels through the structured cabling.  With individual channel selection using infrared remote control.</p>
<h2>Solution</h2>
<p>The Scion Technologies PRO 1000 16-channel video<span id="more-148"></span> and audio distribution switch was chosen.</p>
<p>SKY digiboxes were retained to produce the seven satellite channels.</p>
<p>Stavekirk’s XChannel Pro television tuners were used to produce the terrestrial television channels.</p>
<h2>Implementation</h2>
<p>The existing television distribution equipment was removed and relocated in a 27U rack with the inclusion of suitable cable and power management.</p>
<h2>Rack Diagram</h2>
<p><a href="http://andij.com/wp-content/uploads/2008/11/rack.png"><img class="alignnone size-medium wp-image-155" title="rack" src="http://andij.com/wp-content/uploads/2008/11/rack-143x300.png" alt="" width="143" height="300" /></a></p>
<h2>Schematic Diagram</h2>
<p><a href="http://andij.com/wp-content/uploads/2008/11/schemaitc.png"><img class="alignnone size-medium wp-image-156" title="schemaitc" src="http://andij.com/wp-content/uploads/2008/11/schemaitc-300x231.png" alt="" width="300" height="231" /></a></p>
<h2>Cross Patch Reference Table</h2>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td><strong>Date</strong></td>
<td><strong>Location</strong></td>
<td><strong>Data Outlet</strong></td>
<td><strong>Scion Tech</strong></td>
<td><strong>Remote</strong></td>
<td><strong>Room</strong></td>
</tr>
<tr>
<td>09/02/04</td>
<td>Trading room</td>
<td>240</td>
<td>#1</td>
<td>Hitachi</td>
<td>3/41</td>
</tr>
<tr>
<td>09/02/04</td>
<td>Russell Wall</td>
<td>099</td>
<td>#2</td>
<td>WinTV</td>
<td>3/41</td>
</tr>
<tr>
<td>09/02/04</td>
<td>John Bradley</td>
<td>103</td>
<td>#3</td>
<td>Sony</td>
<td>3/40</td>
</tr>
<tr>
<td>09/02/04</td>
<td>Reception 50”</td>
<td>195</td>
<td>#4</td>
<td>None</td>
<td>Reception</td>
</tr>
<tr>
<td>09/02/04</td>
<td>Reception 46&#8243;</td>
<td>196</td>
<td>#5</td>
<td>None</td>
<td>Reception</td>
</tr>
</tbody>
</table>
<h2>Back of rack</h2>
<h3>Television and SKY digiboxes</h3>
<p><a href="http://andij.com/wp-content/uploads/2008/11/back01.png"><img class="alignnone size-medium wp-image-157" title="back01" src="http://andij.com/wp-content/uploads/2008/11/back01-225x300.png" alt="" width="225" height="300" /></a></p>
<h3>SKY digiboxes, XChannel Pro’s and Scion Technologies PRO 1000</h3>
<p><a href="http://andij.com/wp-content/uploads/2008/11/back02.png"><img class="alignnone size-medium wp-image-158" title="back02" src="http://andij.com/wp-content/uploads/2008/11/back02-225x300.png" alt="" width="225" height="300" /></a></p>
<h3>XChannel Pro TV Tuners and Aerial Distribution</h3>
<p><a href="http://andij.com/wp-content/uploads/2008/11/tuners.png"><img class="alignnone size-medium wp-image-159" title="tuners" src="http://andij.com/wp-content/uploads/2008/11/tuners-300x225.png" alt="" width="300" height="225" /></a></p>
<h3>Scion Technologies PRO 1000 and Phillips PAS7508E Satellite Multiplexer</h3>
<p><a href="http://andij.com/wp-content/uploads/2008/11/multiplexer.png"><img class="alignnone size-medium wp-image-160" title="multiplexer" src="http://andij.com/wp-content/uploads/2008/11/multiplexer-225x300.png" alt="" width="225" height="300" /></a></p>
<h2>Front of rack</h2>
<h3>Television and SKY digiboxes</h3>
<p><a href="http://andij.com/wp-content/uploads/2008/11/front01.png"><img class="alignnone size-medium wp-image-161" title="front01" src="http://andij.com/wp-content/uploads/2008/11/front01-225x300.png" alt="" width="225" height="300" /></a></p>
<h3>SKY digiboxes</h3>
<p><a href="http://andij.com/wp-content/uploads/2008/11/front02.png"><img class="alignnone size-medium wp-image-162" title="front02" src="http://andij.com/wp-content/uploads/2008/11/front02-225x300.png" alt="" width="225" height="300" /></a></p>
<h3>SKY digibox, Stavekirk’s XChannel Pro IR Front Panel, Scion Technologies PRO 1000 and cable management</h3>
<p><a href="http://andij.com/wp-content/uploads/2008/11/cablemanage.png"><img class="alignnone size-medium wp-image-163" title="cablemanage" src="http://andij.com/wp-content/uploads/2008/11/cablemanage-225x300.png" alt="" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2008/09/07/sky-satellite-and-terrestrial-television-structured-cable-distribution-system-cat5e/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop the annoying &#039;Camera Connected&#039; dialogue when connecting iPhone to Windows XP</title>
		<link>http://andij.com/2008/08/31/stop-the-annoying-camera-connected-dialogue-when-connecting-iphone-to-windows-xp</link>
		<comments>http://andij.com/2008/08/31/stop-the-annoying-camera-connected-dialogue-when-connecting-iphone-to-windows-xp#comments</comments>
		<pubDate>Sun, 31 Aug 2008 09:02:33 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://andij.com/?p=26</guid>
		<description><![CDATA[Every time I dock my iPhone on Windows XP I get a popup asking me if I&#8217;d like to launch an application. Well you know what? All I wanna do is stand it in it&#8217;s dock and allow it to charge. So, to get round this pain in the arse problem follow these simple steps:- [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I dock my iPhone on Windows XP I get a popup asking me if I&#8217;d like to launch an application.  Well you know what?  All I wanna do is stand it in it&#8217;s dock and allow it to charge.</p>
<p><a href="http://andij.com/wp-content/uploads/2008/08/iphone-camera-connected.gif"><img class="alignnone size-medium wp-image-27" title="iphone-camera-connected" src="http://andij.com/wp-content/uploads/2008/08/iphone-camera-connected-283x300.gif" alt="" width="283" height="300" /></a></p>
<p>So, to get round this pain in the arse problem<span id="more-26"></span> follow these simple steps:-</p>
<ol>
<li>Ensure that your iPhone is connected</li>
<li>Open &#8216;My Computer&#8217;</li>
<li>Right Click on the &#8216;Apple iPhone&#8217; icon</li>
<li>Select Properties</li>
<li>Pick the Events tab</li>
<li>Choose &#8216;Take no action&#8217;</li>
<li>Click &#8216;OK&#8217;</li>
</ol>
<p><a href="http://andij.com/wp-content/uploads/2008/08/iphone-take-no-action.gif"><img class="alignnone size-medium wp-image-28" title="iphone-take-no-action" src="http://andij.com/wp-content/uploads/2008/08/iphone-take-no-action-266x300.gif" alt="" width="266" height="300" /></a></p>
<p>Now when you dock your iPhone the popup will not annoy you.</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2008/08/31/stop-the-annoying-camera-connected-dialogue-when-connecting-iphone-to-windows-xp/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Sync iPhone with Google Calendar</title>
		<link>http://andij.com/2008/08/12/sync-iphone-with-google-calendar</link>
		<comments>http://andij.com/2008/08/12/sync-iphone-with-google-calendar#comments</comments>
		<pubDate>Tue, 12 Aug 2008 15:20:31 +0000</pubDate>
		<dc:creator>andij</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://andij.com/?p=21</guid>
		<description><![CDATA[I&#8217;ve tried and tried to find an application that will sync my Google Calendar with my iPhone calendar effortlessly without the need for cables, invoking an application, using iTunes or Outlook. My requirements are simple:- Sync Google Calendar with my iPhone Calendar In practice this seemed to allude me, I did find a third party [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried and tried to find an application that will sync my Google Calendar with my iPhone calendar effortlessly without the need for cables, invoking an application, using iTunes or Outlook.</p>
<p>My requirements are simple:-</p>
<ul>
<li>Sync Google Calendar with my iPhone Calendar</li>
</ul>
<p>In practice this seemed to allude me, I did find a third party application through my Jailbroken app list<span id="more-21"></span> but this required me to run the app on my iPhone and request the synchronisation by clicking a button.  I can&#8217;t for the life of me remember what the app was called but it did 90% of what I was after.</p>
<p>Bring on <a href="http://www.nuevasync.com/">http://www.nuevasync.com/</a> !  This web based service managed to get me, my iPhone and my Google Calendar all synched up with a minimum of effort.</p>
<p>The only reservation that I have at this time is that it appears that I can only sync with my iGoogle account and not my Google Apps for andij.com account, for now with this product being in it&#8217;s infancy I am more than happy to accept this minor inconvenience.</p>
<p>Check out this post in the Apple Discussions <a href="http://discussions.apple.com/thread.jspa?messageID=7854548">http://discussions.apple.com/thread.jspa?messageID=7854548</a> David Boreham (owner of Nuevasync).</p>
]]></content:encoded>
			<wfw:commentRss>http://andij.com/2008/08/12/sync-iphone-with-google-calendar/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
