<?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>kowito.com &#187; Magento</title>
	<atom:link href="http://www.kowito.com/tag/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kowito.com</link>
	<description>Try not to become a man of success but a man of value.</description>
	<lastBuildDate>Thu, 15 Dec 2011 04:43:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Magento installation instructions.</title>
		<link>http://www.kowito.com/2009/05/12/magento-installation-instructions/</link>
		<comments>http://www.kowito.com/2009/05/12/magento-installation-instructions/#comments</comments>
		<pubDate>Tue, 12 May 2009 12:44:18 +0000</pubDate>
		<dc:creator>kowito</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Installation Instructions]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://kowito.wordpress.com/?p=8</guid>
		<description><![CDATA[วันนี้มีโอกาสได้ทดลองใช้ CMS สำหรับ E-Commerce Website โดย @KayEss แนะนำให้ลอง Magento ดู พบว่าเข้าท่ามากมาย ลองมาดูวิธีการติดตั้งกันครับ Software requirement: Linux, Windows, or another UNIX-compatible operating system Apache Web Server (1.x or 2.x) PHP 5.2.0 or newer, with the following extensions/addons: PDO/MySQL MySQLi mcrypt mhash simplexml DOM MySQL 4.1.20 or newer InnoDB storage engine A Sendmail-compatible Mail Transfer Agent (MTA) Magento [...]]]></description>
			<content:encoded><![CDATA[<div class="AWD_like_button "><fb:like href="http://www.kowito.com/2009/05/12/magento-installation-instructions/" send="true" width="" colorscheme="light" layout=standard show_faces="true" font="tahoma" action="like"></fb:like></div><p>วันนี้มีโอกาสได้ทดลองใช้ CMS สำหรับ E-Commerce Website โดย @KayEss แนะนำให้ลอง Magento ดู พบว่าเข้าท่ามากมาย ลองมาดูวิธีการติดตั้งกันครับ</p>
<h3>Software requirement:</h3>
<ul>
<li class="level1"> Linux, Windows, or another UNIX-compatible operating system</li>
<li class="level1"> Apache Web Server (1.x or 2.x)</li>
<li class="level1"> <acronym title="Hypertext Preprocessor">PHP</acronym> 5.2.0 or newer, with the following extensions/addons:
<ul>
<li class="level2"> PDO/MySQL</li>
<li class="level2"> MySQLi</li>
<li class="level2"> mcrypt</li>
<li class="level2"> mhash</li>
<li class="level2"> simplexml</li>
<li class="level2"> <acronym title="Document Object Model">DOM</acronym></li>
</ul>
</li>
<li class="level1"> MySQL 4.1.20 or newer</li>
<li class="level1"> InnoDB storage engine</li>
<li class="level1"> A Sendmail-compatible Mail Transfer Agent (MTA)
<ul>
<li class="level2"> Magento will connect directly to an <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> server if you don’t have an MTA</li>
</ul>
</li>
</ul>
<p><span id="more-53"></span></p>
<h3 class="li">Installation</h3>
<ol>
<li>install necessories packages.<br />
<blockquote><p>sudo apt-get install php5-mhash php5-mcrypt php5-mysql</p></blockquote>
</li>
<li>Download the .zip, .tar.bz2 or .tar.gz file from the Magento website and decompress it.<br />
<blockquote><p>tar -xvf magento-1.3.1.tar.bz2 magento/</p></blockquote>
</li>
<li> Create a MySQL database and user/password for Magento</li>
<li> Ensure that the directories <span style="color:blue;font-family:courier;">app/etc</span> ,<span style="color:blue;font-family:courier;">var</span> , and<span style="color:blue;font-family:courier;"> media</span> are writable by the web server.<br />
<blockquote><p>cd magento</p>
<p>sudo chmod -R www-data:www-data app/etc</p>
<p>sudo chmod -R www-data:www-data var/</p>
<p>sudo chmod -R www-data:www-data media/</p></blockquote>
<p>if you can&#8217;t chown you can chmod to status 777</li>
<li>Make vhost for magento site
<ul>
<li>Add new vhost for magento<br />
<blockquote><p>sudo gedit /etc/apache2/sites-available/magento</p></blockquote>
<p>Add vhost and save as magento</p>
<blockquote><p>&lt;VirtualHost *:80&gt;</p>
<p>DocumentRoot /home/kowito/Projects/magento</p>
<p>ServerName magento.caravaggio.felspar.net</p>
<p>&lt;/VirtualHost&gt;</p></blockquote>
</li>
<li>Enable site<br />
<blockquote><p>sudo a2ensite magento</p></blockquote>
</li>
<li>reload apache configuration<br />
<blockquote><p>sudo /etc/init.d/apache2 reload</p></blockquote>
</li>
</ul>
</li>
</ol>
<p>Now use your web browser to surf to the Magento installation wizard   http://magento.caravaggio.felspar.net .</p>
<p>License agreement</p>
<p><img class="alignnone size-full wp-image-23" title="Magento Installation Wizard_1" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_1.png" alt="Magento Installation Wizard_1" width="450" height="335" /></p>
<p>Insert localize information(i can&#8217;t see UK currency)</p>
<p><img class="alignnone size-full wp-image-24" title="Magento Installation Wizard_2" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_2.png" alt="Magento Installation Wizard_2" width="450" height="332" /></p>
<p>Database configuration</p>
<p><img class="alignnone size-medium wp-image-25" title="Magento Installation Wizard_3" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_3.png?w=242" alt="Magento Installation Wizard_3" width="242" height="300" /></p>
<p>Create admin account</p>
<p><img class="alignnone size-full wp-image-26" title="Magento Installation Wizard_4" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_4.png" alt="Magento Installation Wizard_4" width="450" height="412" /></p>
<p>Well done!!</p>
<p><img class="alignnone size-full wp-image-27" title="Magento Installation Wizard_5" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_5.png" alt="Magento Installation Wizard_5" width="450" height="332" /></p>
<p>First homepage!!</p>
<p><img class="alignnone size-full wp-image-28" title="Magento Installation Wizard_6" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_6.png" alt="Magento Installation Wizard_6" width="450" height="403" /></p>
<p>Backend !!</p>
<p><img class="alignnone size-full wp-image-29" title="Magento Installation Wizard_7" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_7.png" alt="Magento Installation Wizard_7" width="450" height="279" /></p>
<p>Backend interface</p>
<p><img class="alignnone size-full wp-image-30" title="Magento Installation Wizard_8" src="http://kowito.files.wordpress.com/2009/05/magento-installation-wizard_8.png" alt="Magento Installation Wizard_8" width="450" height="487" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kowito.com/2009/05/12/magento-installation-instructions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

