<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Quick and Easy WordPress Development on a Mac with MAMP</title> <atom:link href="http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/feed/" rel="self" type="application/rss+xml" /><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/</link> <description>Web Design Resources and Tutorials</description> <lastBuildDate>Sat, 11 Feb 2012 10:53:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>By: Derek Underwood</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-670259</link> <dc:creator>Derek Underwood</dc:creator> <pubDate>Thu, 24 Feb 2011 15:25:25 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-670259</guid> <description>Someone commented about moving a site from MAMP to a live site on a server.I&#039;lll comment on this briefly.This involves backing up the database and importing it into the live database server (you can use phpmyadmin for that). Next you have to copy all your web files including the wordpress install and then copy them to your new server.However, that is just part of the story as the WordPress database will not likely have the correct info for your real world domain name so your site may not work properly at first. So before doing anything, try these steps:1. Before copying the wordpress install and all files to your server, first duplicate the entire wordpress install and set it aside for a moment - you will need it when you want to do further local development. Also, go into phpmyadmin and export/backup the wordpress database. Import it back into a new database in phpmyadmin locally for future local development.2. Go into your live local WordPress wp-admin and change the WordPress URL to your real domain name etc. - as soon as you change it, WordPress will no longer work on your local machine. (which is OK, since you made a duplicate as mentioned above, right?) Copy that non-working wordpress install to your new online server.3. You may need to tweek wp-config for your server&#039;s database credentials, etc. online. For more local development, go into the duplicate of your local Wordpress install ad tweak wp-config to use the backup of the wordpress database that you put in a new database (per #1 above). Make your local duplicate your new live wordpress for local development.4. Next, export/backup the new-non-working wordpress local database using phpmyadmin. (it does not work because it now has your real online URL embedded but you are working locally!)5. Next, open that local database backup with a text editor. You can use textview or textmate or whatever you like. Then you need to globally search and replace all instances of your local URL with the real online URL. You will notice that image URLs, for example, will be wrong otherwise although other URLs will be correct.6. Next, import that revised database into your new server.Launch Wordpress on the new server.After doing this a few times, you will become a pro - believe me!More tips here straight form the horse&#039;s mouth:
http://codex.wordpress.org/Moving_WordPressKeep in mind that the wordpress database stores your URL (domain name) and also file location for all images, etc. So &quot;localhost...&quot; will not be correct for your live site online - that needs to be changed to &quot;yourdomain...&quot; That is why it is important to search are replace localhost with your domain using a text editor before importing the database into your live site.</description> <content:encoded><![CDATA[<p>Someone commented about moving a site from MAMP to a live site on a server.</p><p>I&#8217;lll comment on this briefly.</p><p>This involves backing up the database and importing it into the live database server (you can use phpmyadmin for that). Next you have to copy all your web files including the wordpress install and then copy them to your new server.</p><p>However, that is just part of the story as the WordPress database will not likely have the correct info for your real world domain name so your site may not work properly at first. So before doing anything, try these steps:</p><p>1. Before copying the wordpress install and all files to your server, first duplicate the entire wordpress install and set it aside for a moment &#8211; you will need it when you want to do further local development. Also, go into phpmyadmin and export/backup the wordpress database. Import it back into a new database in phpmyadmin locally for future local development.</p><p>2. Go into your live local WordPress wp-admin and change the WordPress URL to your real domain name etc. &#8211; as soon as you change it, WordPress will no longer work on your local machine. (which is OK, since you made a duplicate as mentioned above, right?) Copy that non-working wordpress install to your new online server.</p><p>3. You may need to tweek wp-config for your server&#8217;s database credentials, etc. online. For more local development, go into the duplicate of your local WordPress install ad tweak wp-config to use the backup of the wordpress database that you put in a new database (per #1 above). Make your local duplicate your new live wordpress for local development.</p><p>4. Next, export/backup the new-non-working wordpress local database using phpmyadmin. (it does not work because it now has your real online URL embedded but you are working locally!)</p><p>5. Next, open that local database backup with a text editor. You can use textview or textmate or whatever you like. Then you need to globally search and replace all instances of your local URL with the real online URL. You will notice that image URLs, for example, will be wrong otherwise although other URLs will be correct.</p><p>6. Next, import that revised database into your new server.</p><p>Launch WordPress on the new server.</p><p>After doing this a few times, you will become a pro &#8211; believe me!</p><p>More tips here straight form the horse&#8217;s mouth:<br
/> <a
href="http://codex.wordpress.org/Moving_WordPress" rel="nofollow">http://codex.wordpress.org/Moving_WordPress</a></p><p>Keep in mind that the wordpress database stores your URL (domain name) and also file location for all images, etc. So &#8220;localhost&#8230;&#8221; will not be correct for your live site online &#8211; that needs to be changed to &#8220;yourdomain&#8230;&#8221; That is why it is important to search are replace localhost with your domain using a text editor before importing the database into your live site.</p> ]]></content:encoded> </item> <item><title>By: Derek Underwood</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-670252</link> <dc:creator>Derek Underwood</dc:creator> <pubDate>Thu, 24 Feb 2011 15:10:13 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-670252</guid> <description>You can leave the ports at 8888 and 8889. However, if you make them the real web and MySQL ports (80 and 3306) it can smooth your transition to a live site. Plus, while developing you don&#039;t have to append your URLS with :8888 in the meantime.It is also important to make sure that Apache that comes with the Mac is not running and wrestling with the Apache launched my MAMP. That is why I suggest turning off web sharing and then setting MAMP to use port 80 for Apache. That way, there can be no confusion as to which Apache is active, etc. during development.These are just guidelines. There are many ways to work with MAMP.</description> <content:encoded><![CDATA[<p>You can leave the ports at 8888 and 8889. However, if you make them the real web and MySQL ports (80 and 3306) it can smooth your transition to a live site. Plus, while developing you don&#8217;t have to append your URLS with :8888 in the meantime.</p><p>It is also important to make sure that Apache that comes with the Mac is not running and wrestling with the Apache launched my MAMP. That is why I suggest turning off web sharing and then setting MAMP to use port 80 for Apache. That way, there can be no confusion as to which Apache is active, etc. during development.</p><p>These are just guidelines. There are many ways to work with MAMP.</p> ]]></content:encoded> </item> <item><title>By: Scott Semple</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-603356</link> <dc:creator>Scott Semple</dc:creator> <pubDate>Fri, 29 Oct 2010 14:37:22 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-603356</guid> <description>Why change the ports from default (8888 &amp; 8889) to 80 and 3306?</description> <content:encoded><![CDATA[<p>Why change the ports from default (8888 &amp; 8889) to 80 and 3306?</p> ]]></content:encoded> </item> <item><title>By: Kazuo</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-601058</link> <dc:creator>Kazuo</dc:creator> <pubDate>Tue, 19 Oct 2010 17:42:43 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-601058</guid> <description>Hi,I followed this tutorial to set up a localhost with MAMP but I&#039;m having trouble editing the .php file for Wordpress (I&#039;m trying to create a theme). I&#039;ve tried both Coda and Dreamweaver CS4 to do this but the files are all locked and displays the files as &quot;read-only.&quot;I&#039;m﻿ guessing it&#039;s a problem with my MAMP. I believe I granted all access to myself as it is indicated in the &quot;Priveleges&quot;Any tips? I&#039;ve been running in circles searching for this on the web. =/Best regards!</description> <content:encoded><![CDATA[<p>Hi,</p><p>I followed this tutorial to set up a localhost with MAMP but I&#8217;m having trouble editing the .php file for WordPress (I&#8217;m trying to create a theme). I&#8217;ve tried both Coda and Dreamweaver CS4 to do this but the files are all locked and displays the files as &#8220;read-only.&#8221;</p><p>I&#8217;m﻿ guessing it&#8217;s a problem with my MAMP. I believe I granted all access to myself as it is indicated in the &#8220;Priveleges&#8221;</p><p>Any tips? I&#8217;ve been running in circles searching for this on the web. =/</p><p>Best regards!</p> ]]></content:encoded> </item> <item><title>By: pyemachine</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-581440</link> <dc:creator>pyemachine</dc:creator> <pubDate>Wed, 26 May 2010 02:04:40 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-581440</guid> <description>If you change the localhost address to an IP address in the settings, other networked machines should see it, however tread carefully as it can confuse the wordpress install.</description> <content:encoded><![CDATA[<p>If you change the localhost address to an IP address in the settings, other networked machines should see it, however tread carefully as it can confuse the wordpress install.</p> ]]></content:encoded> </item> <item><title>By: pyemachine</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-581439</link> <dc:creator>pyemachine</dc:creator> <pubDate>Wed, 26 May 2010 02:03:00 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-581439</guid> <description>Would love to see a follow up article on shifting a local MAMP wordpress install to a live website / host.</description> <content:encoded><![CDATA[<p>Would love to see a follow up article on shifting a local MAMP wordpress install to a live website / host.</p> ]]></content:encoded> </item> <item><title>By: mahasvin</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-579376</link> <dc:creator>mahasvin</dc:creator> <pubDate>Fri, 07 May 2010 13:43:06 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-579376</guid> <description>WHile MAMP/WP runs locally - its ok. When you point to machine from another host on local network I only see skeleton page in WP, no formatting at all. Looks like PHP output somehow does not reach the client browser. I am really stuck. How can I view local WP from another machine on LAN?</description> <content:encoded><![CDATA[<p>WHile MAMP/WP runs locally &#8211; its ok. When you point to machine from another host on local network I only see skeleton page in WP, no formatting at all. Looks like PHP output somehow does not reach the client browser. I am really stuck. How can I view local WP from another machine on LAN?</p> ]]></content:encoded> </item> <item><title>By: monitoring software</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-576778</link> <dc:creator>monitoring software</dc:creator> <pubDate>Fri, 16 Apr 2010 18:56:02 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-576778</guid> <description>fantastic tutorial. Thank you very much for making this free for us to use..</description> <content:encoded><![CDATA[<p>fantastic tutorial. Thank you very much for making this free for us to use..</p> ]]></content:encoded> </item> <item><title>By: rjreynolds</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-573499</link> <dc:creator>rjreynolds</dc:creator> <pubDate>Sun, 04 Apr 2010 23:44:42 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-573499</guid> <description>Really cool tutorial man!! I am up and running without a hitch. Just one important thing for those of you trying to set this up. Make sure that you have no spaces in the name of the folder that you are using to keep all the wordpress files in, or your browser will not be able to find the link to your page. great job!</description> <content:encoded><![CDATA[<p>Really cool tutorial man!! I am up and running without a hitch. Just one important thing for those of you trying to set this up. Make sure that you have no spaces in the name of the folder that you are using to keep all the wordpress files in, or your browser will not be able to find the link to your page. great job!</p> ]]></content:encoded> </item> <item><title>By: Martin</title><link>http://www.webdesignerdepot.com/2008/12/quick-and-easy-wordpress-development-on-a-mac-with-mamp/#comment-571048</link> <dc:creator>Martin</dc:creator> <pubDate>Thu, 18 Mar 2010 02:46:39 +0000</pubDate> <guid
isPermaLink="false">http://www.webdesignerdepot.com/?p=1637#comment-571048</guid> <description>Thanks for the great walkthrough.  I&#039;ve got it working setting up a fresh install, but I&#039;m trying to create a development environment for a live site.  I&#039;ve got the tables in the right place, and the _siteurl pointing to the right place, but I just get a blank screen.  Any ideas?
Thanks a bunch,
Martin</description> <content:encoded><![CDATA[<p>Thanks for the great walkthrough.  I&#8217;ve got it working setting up a fresh install, but I&#8217;m trying to create a development environment for a live site.  I&#8217;ve got the tables in the right place, and the _siteurl pointing to the right place, but I just get a blank screen.  Any ideas?<br
/> Thanks a bunch,<br
/> Martin</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (User agent is rejected)
Database Caching 3/8 queries in 0.002 seconds using disk
Object Caching 487/491 objects using disk

Served from: www.webdesignerdepot.com @ 2012-02-11 11:29:31 -->
