<?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>Magento Themes &#38; Templates &#187; setup</title>
	<atom:link href="http://www.osetemplates.com/tag/setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.osetemplates.com</link>
	<description>Magento Themes &#38; Magento Template Developers!</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:40:11 +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>Using Pear to download from MagentoConnect</title>
		<link>http://www.osetemplates.com/12/using-pear-to-download-from-magentoconnect/</link>
		<comments>http://www.osetemplates.com/12/using-pear-to-download-from-magentoconnect/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 23:54:14 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=159</guid>
		<description><![CDATA[Setting permissions for MagentoConnect can be a little tricky at times, especially in a production environment. The best, most secure way to go about installing Connect updates is by using Pear. SSH in to your server, head to the Magento install directory and issue command: ./pear mage-setup . DON&#8217;T forget the trailing . Next install [...]]]></description>
			<content:encoded><![CDATA[<p>Setting permissions for MagentoConnect can be a little tricky at times, especially in a production environment. The best, most secure way to go about installing Connect updates is by using Pear.</p>
<p>SSH in to your server, head to the Magento install directory and issue command:</p>
<p>./pear mage-setup .</p>
<p>DON&#8217;T forget the trailing . Next install the Connect you require&#8230;</p>
<p>./pear install magento-core/Interface_Frontend_Default_Modern</p>
<p>Where &#8220;magento-core/Interface_Frontend_Default_Modern&#8221; is the key taken from MagentoConnect.</p>
<p>You need write permissions with your shell user in the theme and skin directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/12/using-pear-to-download-from-magentoconnect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set your Magento SQL Connection Path</title>
		<link>http://www.osetemplates.com/11/how-to-set-your-magento-sql-connection-path/</link>
		<comments>http://www.osetemplates.com/11/how-to-set-your-magento-sql-connection-path/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 12:29:22 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=145</guid>
		<description><![CDATA[The easy way to set your MySQL path in Magento is by editing the /app/etc/local.xml file with your new details. A good example when you may need this is if your are migrating Magento across servers. &#60;default_setup&#62; &#60;connection&#62; &#60;host&#62;&#60;![CDATA[localhost]]&#62;&#60;/host&#62; &#60;username&#62;&#60;![CDATA[username]]&#62;&#60;/username&#62; &#60;password&#62;&#60;![CDATA[password]]&#62;&#60;/password&#62; &#60;dbname&#62;&#60;![CDATA[database]]&#62;&#60;/dbname&#62; &#60;active&#62;1&#60;/active&#62; &#60;/connection&#62; &#60;/default_setup&#62;]]></description>
			<content:encoded><![CDATA[<p>The easy way to set your MySQL path in Magento is by editing the /app/etc/local.xml file with your new details. A good example when you may need this is if your are <a href="http://www.osetemplates.com/magento-server-migration-guide/11/2008/">migrating Magento across servers.</a></p>
<p><code>&lt;default_setup&gt;<br />
&lt;connection&gt;<br />
&lt;host&gt;&lt;![CDATA[localhost]]&gt;&lt;/host&gt;<br />
&lt;username&gt;&lt;![CDATA[username]]&gt;&lt;/username&gt;<br />
&lt;password&gt;&lt;![CDATA[password]]&gt;&lt;/password&gt;<br />
&lt;dbname&gt;&lt;![CDATA[database]]&gt;&lt;/dbname&gt;<br />
&lt;active&gt;1&lt;/active&gt;<br />
&lt;/connection&gt;<br />
&lt;/default_setup&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/how-to-set-your-magento-sql-connection-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Magento Permissions Script</title>
		<link>http://www.osetemplates.com/11/setup-magento-permissions-script/</link>
		<comments>http://www.osetemplates.com/11/setup-magento-permissions-script/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 04:11:30 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=135</guid>
		<description><![CDATA[Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily. 1. SSH Script #!/bin/bash find www -name .htaccess -exec chmod 604 {} ; find www -name *.php -exec chmod 644 {} ; find www -type d -exec chmod 705 {} ; 2. SSH Command Line find ./ [...]]]></description>
			<content:encoded><![CDATA[<p>Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily.</p>
<h2>1. SSH Script</h2>
<p>#!/bin/bash<br />
find www -name .htaccess -exec chmod 604 {} ;<br />
find www -name *.php -exec chmod 644 {} ;<br />
find www -type d -exec chmod 705 {} ;</p>
<h2>2. SSH Command Line</h2>
<p>find ./ -type d -exec chmod 755 {} \; &amp;&amp; find ./ -type f -exec chmod 644 {} \;</p>
<h2>3. PHP Permissions Script</h2>
<p>&lt;?php<br />
system(&#8216;chmod -R 744 *&#8217;);<br />
system(&#8216;find . -type d -exec chmod 755 {} \;&#8217;);<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/setup-magento-permissions-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento Server Migration Guide</title>
		<link>http://www.osetemplates.com/11/magento-server-migration-guide/</link>
		<comments>http://www.osetemplates.com/11/magento-server-migration-guide/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:13:05 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=131</guid>
		<description><![CDATA[If you need to migrate Magento from one server to another here&#8217;s how to do it. BEFORE YOU BEGIN: Login to admin panel &#62; System &#62; Configuration &#62; Web and set both the secure and insecure base urls to this:  {{base_url}} Then change the base url back once migrated across. BEGIN: Upload a fresh copy [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to migrate Magento from one server to another here&#8217;s how to do it.</p>
<p>BEFORE YOU BEGIN:</p>
<p>Login to admin panel &gt; System &gt; Configuration &gt; Web and set both the secure and insecure base urls to this:  {{base_url}}</p>
<p>Then change the base url back once migrated across.</p>
<p>BEGIN:</p>
<ol>
<li>Upload a fresh copy of Magento onto the new server (don’t run the installer yet)</li>
<li>Copy over your Themes/Templates, Skins, Images, and Custom Modules folders.</li>
<li>Export the old database and import it in to the new database. (phpmyadmin export/import works well)</li>
<li>Run the installer as usual.</li>
<li>Go into the Magento Connect Manager, and install this Magento extension: magento-core/Mage_All_Latest</li>
</ol>
<p>That should be all you need. If you have other ways / experiences please let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/magento-server-migration-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento Server Requirements Test Script</title>
		<link>http://www.osetemplates.com/11/magento-server-requirements-test/</link>
		<comments>http://www.osetemplates.com/11/magento-server-requirements-test/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:27:11 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=124</guid>
		<description><![CDATA[If you&#8217;re wondering if your server is going to support MagentoCommerce then this utility will be of use. Simply download, extract and upload the magento-check.php file to your server and head to the URL to see if anything needs enabling, upgrading etc. You can find the full server requirements here. Download:]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re wondering if your server is going to support MagentoCommerce then this utility will be of use.</p>
<p>Simply download, extract and upload the magento-check.php file to your server and head to the URL to see if anything needs enabling, upgrading etc.</p>
<p>You can find the full server requirements <a href="http://www.magentocommerce.com/system-requirements">here.</a></p>
<p>Download: <a class="downloadlink" href="http://www.osetemplates.com/wp-content/plugins/download-monitor/download.php?id=4" title=" downloaded 987 times" >Magento Requirements Checker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/magento-server-requirements-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

