<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Magento Commerce Install Guide</title>
	<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 10:23:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Kyle</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-12894</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:39:02 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-12894</guid>
		<description>&lt;strong&gt;@jackmo:&lt;/strong&gt;

All of the directories should be set to 777. You can also run this form SSH:

&lt;code&gt;find . -type f -exec chmod 644 {} \;&lt;br /&gt;
find . -type d -exec chmod 777 {} \;&lt;br /&gt;
chmod o+w var var/.htaccess app/etc&lt;br /&gt;
chmod -R o+w media&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><strong>@jackmo:</strong></p>
<p>All of the directories should be set to 777. You can also run this form SSH:</p>
<p><code>find . -type f -exec chmod 644 {} \;<br />
find . -type d -exec chmod 777 {} \;<br />
chmod o+w var var/.htaccess app/etc<br />
chmod -R o+w media</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackmo</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-12484</link>
		<dc:creator>jackmo</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:31:02 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-12484</guid>
		<description>hi,

I accidentally set all directories to 777, should I delete and start again or is it ok to leave it?

cheers!</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I accidentally set all directories to 777, should I delete and start again or is it ok to leave it?</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-7764</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 09 Apr 2008 05:50:21 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-7764</guid>
		<description>the ssh really sold me on your service... didn't even see the install "guide" till now. can't wait play with magento on the system :)</description>
		<content:encoded><![CDATA[<p>the ssh really sold me on your service&#8230; didn&#8217;t even see the install &#8220;guide&#8221; till now. can&#8217;t wait play with magento on the system <img src='http://www.crucialwebhost.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-7162</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:17:18 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-7162</guid>
		<description>Just another update.

My previous update no longer applies, that PHP 5.2.5 bug was fixed a while ago. Since the fix, our servers have been compatible with Magento and we still perform free installations.

However, &lt;strong&gt;this tutorial is extremely outdated!&lt;/strong&gt; My advice would be to submit a ticket and let us install it.

You can also install this very easily if you SSH into your account and run the following set of commands:

&lt;small&gt;&lt;em&gt;You can copy and paste the entire thing and it will run through all of the commands except the last one, where you will need to hit Enter.&lt;/em&gt;&lt;/small&gt;

&lt;code&gt;wget http://www.magentocommerce.com/downloads/assets/1.0/magento-1.0.tar.gz&lt;br /&gt;
tar -zxvf magento-1.0.tar.gz&lt;br /&gt;
cd magento&lt;br /&gt;
chmod o+w var var/.htaccess app/etc&lt;br /&gt;
chmod -R o+w media&lt;br /&gt;
./pear mage-setup .&lt;br /&gt;
./pear install -f magento-core/Mage_All_Latest&lt;br /&gt;
rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*&lt;br /&gt;
cd ..&lt;br /&gt;
chmod -R 777 magento&lt;/code&gt;

Open your browser up and follow the install instructions and you're set. Simple :)</description>
		<content:encoded><![CDATA[<p>Just another update.</p>
<p>My previous update no longer applies, that PHP 5.2.5 bug was fixed a while ago. Since the fix, our servers have been compatible with Magento and we still perform free installations.</p>
<p>However, <strong>this tutorial is extremely outdated!</strong> My advice would be to submit a ticket and let us install it.</p>
<p>You can also install this very easily if you SSH into your account and run the following set of commands:</p>
<p><small><em>You can copy and paste the entire thing and it will run through all of the commands except the last one, where you will need to hit Enter.</em></small></p>
<p><code>wget <a href="http://www.magentocommerce.com/downloads/assets/1.0/magento-1.0.tar.gz" rel="nofollow">http://www.magentocommerce.com/downloads/assets/1.0/magento-1.0.tar.gz</a><br />
tar -zxvf magento-1.0.tar.gz<br />
cd magento<br />
chmod o+w var var/.htaccess app/etc<br />
chmod -R o+w media<br />
./pear mage-setup .<br />
./pear install -f magento-core/Mage_All_Latest<br />
rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*<br />
cd ..<br />
chmod -R 777 magento</code></p>
<p>Open your browser up and follow the install instructions and you&#8217;re set. Simple <img src='http://www.crucialwebhost.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-4688</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 11 Jan 2008 00:12:32 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-4688</guid>
		<description>Mike,

Yes, our servers are still compatbile with the latest Magento release :) If you run into any problems, just submit a ticket to Technical Support, we can look into it or install it for you if you'd like.

Oh, and I guess this blog post should be updated, they've really changed their installer from when we wrote this, it's getting hard to keep up with them!</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Yes, our servers are still compatbile with the latest Magento release <img src='http://www.crucialwebhost.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> If you run into any problems, just submit a ticket to Technical Support, we can look into it or install it for you if you&#8217;d like.</p>
<p>Oh, and I guess this blog post should be updated, they&#8217;ve really changed their installer from when we wrote this, it&#8217;s getting hard to keep up with them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikemike</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-4658</link>
		<dc:creator>mikemike</dc:creator>
		<pubDate>Thu, 10 Jan 2008 08:12:16 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-4658</guid>
		<description>Is Crucial's servers and latest PHP compatible with the latest Magento release right now? I'm hoping so, cause that's why I signed up with Crucial.</description>
		<content:encoded><![CDATA[<p>Is Crucial&#8217;s servers and latest PHP compatible with the latest Magento release right now? I&#8217;m hoping so, cause that&#8217;s why I signed up with Crucial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Web Hosting Site &#187; Blog Archive &#187; Magento Commerce Install Guide</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-4206</link>
		<dc:creator>My Web Hosting Site &#187; Blog Archive &#187; Magento Commerce Install Guide</dc:creator>
		<pubDate>Mon, 31 Dec 2007 10:28:30 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-4206</guid>
		<description>[...] srose article is brought to you using rss feeds.Here is some of the latest breaking Casey Aldridge news.This is a step-by-step tutorial on installing Magento on a Split-Shared hosting account. I was recently introduced to Magento in a pre-sales chat. Up until that chat, I had never heard about it, but decided to check it out. &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] srose article is brought to you using rss feeds.Here is some of the latest breaking Casey Aldridge news.This is a step-by-step tutorial on installing Magento on a Split-Shared hosting account. I was recently introduced to Magento in a pre-sales chat. Up until that chat, I had never heard about it, but decided to check it out. &#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-1903</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 21 Nov 2007 05:53:43 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-1903</guid>
		<description>Just an update for anyone who is reading this. PHP 5.2.5 was released on November 8, and since our servers run the latest stable builds, all of our servers were upgraded to this version.

There is a bug with PHP 5.2.5 and Magento that will not allow you to complete the install. We are waiting to hear back from Magento on when the latest fix will be available.

So, if you run into any problems with the install, please know that Magento &lt;strong&gt;is&lt;/strong&gt; compatible with our servers, but that it is &lt;strong&gt;not&lt;/strong&gt; compatible with PHP 5.2.5.

We know they will get this fixed as soon as possible though, they're a great group over there :) So just be patient until then, and we will keep you updated as well.

On a sidenote, it is very important to remember that Magento is only in beta! It is not a "production-ready" commerce script, and with any beta program, bugs are certainly to be expected.

If you have any questions, please leave a comment or submit a ticket. We're more than happy to help.</description>
		<content:encoded><![CDATA[<p>Just an update for anyone who is reading this. PHP 5.2.5 was released on November 8, and since our servers run the latest stable builds, all of our servers were upgraded to this version.</p>
<p>There is a bug with PHP 5.2.5 and Magento that will not allow you to complete the install. We are waiting to hear back from Magento on when the latest fix will be available.</p>
<p>So, if you run into any problems with the install, please know that Magento <strong>is</strong> compatible with our servers, but that it is <strong>not</strong> compatible with PHP 5.2.5.</p>
<p>We know they will get this fixed as soon as possible though, they&#8217;re a great group over there <img src='http://www.crucialwebhost.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> So just be patient until then, and we will keep you updated as well.</p>
<p>On a sidenote, it is very important to remember that Magento is only in beta! It is not a &#8220;production-ready&#8221; commerce script, and with any beta program, bugs are certainly to be expected.</p>
<p>If you have any questions, please leave a comment or submit a ticket. We&#8217;re more than happy to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-920</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Sun, 11 Nov 2007 23:41:01 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-920</guid>
		<description>&lt;strong&gt;V:&lt;/strong&gt; I have emailed you the link to the phpinfo file that this install was done on.</description>
		<content:encoded><![CDATA[<p><strong>V:</strong> I have emailed you the link to the phpinfo file that this install was done on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magentouser</title>
		<link>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-835</link>
		<dc:creator>magentouser</dc:creator>
		<pubDate>Sun, 11 Nov 2007 06:25:55 +0000</pubDate>
		<guid>http://www.crucialwebhost.com/blog/magento-commerce-install-guide/#comment-835</guid>
		<description>I am trying to configure my server to run magento but still getting issues. Could you please email me your phpinfo() so I can check it against mine to see if there is something that I am missing?

Thanks,

V.</description>
		<content:encoded><![CDATA[<p>I am trying to configure my server to run magento but still getting issues. Could you please email me your phpinfo() so I can check it against mine to see if there is something that I am missing?</p>
<p>Thanks,</p>
<p>V.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
