<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: wherefore art thou MAMP</title>
	<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP/</link>
	<description>Comments on Ask MetaFilter post wherefore art thou MAMP</description>
	<pubDate>Mon, 22 Oct 2012 09:54:58 -0800</pubDate>
	<lastBuildDate>Mon, 22 Oct 2012 09:58:41 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: wherefore art thou MAMP</title>
		<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP</link>	
		<description>OSX comes with Apache and MySQL pre-installed.   Why does MAMP exist? Is there any reason to prefer it to the native installations?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.227197</guid>
		<pubDate>Mon, 22 Oct 2012 09:54:58 -0800</pubDate>
		<dc:creator>ook</dc:creator>
		
			<category>mamp</category>
		
			<category>apache</category>
		
			<category>osx</category>
		
			<category>resolved</category>
		
	</item>
	<item>
		<title>By: Oktober</title>
		<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP#3287721</link>	
		<description>Right off the top: the pre-installed versions are only patched with system updates (10.8.x) and sometimes only with major version updates (10.x), and manually updating those packages can sometimes break system updating (or vice versa), so it&apos;s easier to have the whole thing as a standalone package.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227197-3287721</guid>
		<pubDate>Mon, 22 Oct 2012 09:58:41 -0800</pubDate>
		<dc:creator>Oktober</dc:creator>
	</item><item>
		<title>By: fightorflight</title>
		<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP#3287726</link>	
		<description>OS X doesn&apos;t come with MySQL preinstalled. And the Apache install is now hidden from the user -- it&apos;s not in the Sharing pref pane any longer. &lt;br&gt;
&lt;br&gt;
On top of which, they&apos;ll happily break whatever your Apache configuration is during an upgrade, so it&apos;s both easier and safer to use MAMP.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227197-3287726</guid>
		<pubDate>Mon, 22 Oct 2012 10:00:28 -0800</pubDate>
		<dc:creator>fightorflight</dc:creator>
	</item><item>
		<title>By: [insert clever name here]</title>
		<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP#3287747</link>	
		<description>PhpMyAdmin</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227197-3287747</guid>
		<pubDate>Mon, 22 Oct 2012 10:12:00 -0800</pubDate>
		<dc:creator>[insert clever name here]</dc:creator>
	</item><item>
		<title>By: mkultra</title>
		<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP#3287759</link>	
		<description>&lt;a href=&quot;http://ask.metafilter.com/227197/wherefore-art-thou-MAMP#3287747&quot;&gt;[insert clever name here]&lt;/a&gt;: &quot;&lt;i&gt;PhpMyAdmin&lt;/i&gt;&quot;&lt;br&gt;
&lt;br&gt;
This, and Apple has an annoying habit of putting UNIX programs in non-standard places in OS X. If you plan on doing any kind of serious development, using other apps that rely on things like Apache and MySQL, it&apos;s much less of a headache to install a second &quot;UNIX-friendly&quot; instance of these things than wonder why some service won&apos;t work because its config is looking for some mysql library that&apos;s not in the right place.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227197-3287759</guid>
		<pubDate>Mon, 22 Oct 2012 10:20:01 -0800</pubDate>
		<dc:creator>mkultra</dc:creator>
	</item><item>
		<title>By: ook</title>
		<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP#3287800</link>	
		<description>Oktober has just reminded me of a webroot-destroying upgrade incident I had blocked from my memory.  Reason enough, I suppose.&lt;br&gt;
&lt;br&gt;
But &lt;br&gt;
&lt;br&gt;
&lt;i&gt;Apple has an annoying habit of putting UNIX programs in non-standard places in OS X.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Oh god I totally agree with you on this. But isn&apos;t MAMP just another layer of stuff-installed-in-non-standard-places?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227197-3287800</guid>
		<pubDate>Mon, 22 Oct 2012 10:42:44 -0800</pubDate>
		<dc:creator>ook</dc:creator>
	</item><item>
		<title>By: kosmonaut</title>
		<link>http://ask.metafilter.com/227197/wherefore-art-thou-MAMP#3287860</link>	
		<description>&lt;i&gt;But isn&apos;t MAMP just another layer of stuff-installed-in-non-standard-places?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Yes.  MAMP is much less standard than the Apple setup.&lt;br&gt;
&lt;br&gt;
I am a web developer and I use MAMP for development.  MAMP is great when you just want to run an Apache server with MySQL for testing purposes, and you want to do it quickly and not worry about it.  It is preconfigured and ready to go &#8212;&#160;just launch the program.  And shutting it down is just as easy &#8212;&#160;quit the program.  &lt;br&gt;
&lt;br&gt;
If I use the built-in stuff on non-server OS X, I need to go to the command line and get everything configured and launched.  When Apple does updates whatever I configure may or may not get broken.  It&apos;s not worth the hassle if I just want the server for my own use.&lt;br&gt;
&lt;br&gt;
But, this is not software you would use for a server that will be exposed to the world &#8212;&#160;it is not going to be secure.  (Maybe MAMP Pro lets you easily configure things securely&#160;&#8212;&#160;I only use the free MAMP.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.227197-3287860</guid>
		<pubDate>Mon, 22 Oct 2012 11:11:51 -0800</pubDate>
		<dc:creator>kosmonaut</dc:creator>
	</item>
	</channel>
</rss>
