<?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: Installing memcached on OS X 10.5.4 Leopard</title>
	<atom:link href="http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/</link>
	<description>JavaScript, Web Development, Ruby, and Technology.</description>
	<lastBuildDate>Sun, 06 Jun 2010 14:40:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TechnoGrad &#187; Blog Archive &#187; Rails unter Leopard installieren</title>
		<link>http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/comment-page-1/#comment-935</link>
		<dc:creator>TechnoGrad &#187; Blog Archive &#187; Rails unter Leopard installieren</dc:creator>
		<pubDate>Thu, 23 Apr 2009 08:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/#comment-935</guid>
		<description>[...] http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/" rel="nofollow">http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Double Shot #435 &#171; A Fresh Cup</title>
		<link>http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/comment-page-1/#comment-934</link>
		<dc:creator>Double Shot #435 &#171; A Fresh Cup</dc:creator>
		<pubDate>Tue, 21 Apr 2009 10:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/#comment-934</guid>
		<description>[...] Installing memcached on OS X 10.5.4 Leopard - Easiest set of instructions I was able to find on short notice. [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing memcached on OS X 10.5.4 Leopard &#8211; Easiest set of instructions I was able to find on short notice. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauvis</title>
		<link>http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/comment-page-1/#comment-882</link>
		<dc:creator>Mauvis</dc:creator>
		<pubDate>Sat, 30 Aug 2008 15:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/#comment-882</guid>
		<description>Hi Neil, to create this script open up textedit (convert it to plaintext mode) and copy and past the script above and save it with no file extension. I put all my one-off scripts in a folder called scripts in the root of my drive. 

From there you can run the script by going to that folder in terminal and typing ./memcached. I don&#039;t run memcached on startup because when I&#039;m not doing web dev I don&#039;t want it running. (Currently, I have an Eclipse &quot;external tool&quot; script to turn it off an on, for use in a java environment.) 

To run memcached on startup you have three options that I can think of:

1) You can make the script a finder executable file by renaming it with a .command extension. Then you can leave it on your desktop and just double click it when you want it to run or link the file in your startup menu items in system preferences (if you&#039;re on a mac). This has the probably unwanted side effect of popping open a new terminal window.

2) You can make a small applescript app that will run that terminal command and link to that in your startup - my applescript knowledge is limited, but I know this is doable.

3) You can create an official startup item. It&#039;s a little complex but probably the best option: 
http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html
http://www.macdevcenter.com/pub/a/mac/2003/10/21/startup.html

Kickapps is doing good. Lots of cool stuff coming down the pipeline.

GitHub looks really interesting. I&#039;m signed up but have yet to contribute to anything yet. 

Nice blog. I enjoyed the MyBlogLog video.

Cheers,

Mauvis</description>
		<content:encoded><![CDATA[<p>Hi Neil, to create this script open up textedit (convert it to plaintext mode) and copy and past the script above and save it with no file extension. I put all my one-off scripts in a folder called scripts in the root of my drive. </p>
<p>From there you can run the script by going to that folder in terminal and typing ./memcached. I don&#8217;t run memcached on startup because when I&#8217;m not doing web dev I don&#8217;t want it running. (Currently, I have an Eclipse &#8220;external tool&#8221; script to turn it off an on, for use in a java environment.) </p>
<p>To run memcached on startup you have three options that I can think of:</p>
<p>1) You can make the script a finder executable file by renaming it with a .command extension. Then you can leave it on your desktop and just double click it when you want it to run or link the file in your startup menu items in system preferences (if you&#8217;re on a mac). This has the probably unwanted side effect of popping open a new terminal window.</p>
<p>2) You can make a small applescript app that will run that terminal command and link to that in your startup &#8211; my applescript knowledge is limited, but I know this is doable.</p>
<p>3) You can create an official startup item. It&#8217;s a little complex but probably the best option:<br />
<a href="http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html" rel="nofollow">http://developer.apple.com/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html</a><br />
<a href="http://www.macdevcenter.com/pub/a/mac/2003/10/21/startup.html" rel="nofollow">http://www.macdevcenter.com/pub/a/mac/2003/10/21/startup.html</a></p>
<p>Kickapps is doing good. Lots of cool stuff coming down the pipeline.</p>
<p>GitHub looks really interesting. I&#8217;m signed up but have yet to contribute to anything yet. </p>
<p>Nice blog. I enjoyed the MyBlogLog video.</p>
<p>Cheers,</p>
<p>Mauvis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/comment-page-1/#comment-881</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sat, 30 Aug 2008 11:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://readystate4.com/2008/08/19/installing-memcached-on-os-x-1054-leopard/#comment-881</guid>
		<description>Thanks for this. I&#039;ve reached step 8 and I can see memcached is running - now I just need to follow the Railscasts and get set-up with Cache_fu. After a year on mac, I hadn&#039;t used Mac Ports before and I didn&#039;t know if installing it over the top of my existing os software would cause any problems - and installing Memcached without Memcached looked a little tricky and all the tutorials seemed years out of date - but I seem to be there now.

I haven&#039;t set up the bash script, though - sorry for the newbie question - how do I actually do that? By the sounds of it, Memcached isn&#039;t configured to start up when I boot OS X, so the bash script looks like a must-have. 

How are things going at KickApps? Are you on Git/GitHub, per chance?</description>
		<content:encoded><![CDATA[<p>Thanks for this. I&#8217;ve reached step 8 and I can see memcached is running &#8211; now I just need to follow the Railscasts and get set-up with Cache_fu. After a year on mac, I hadn&#8217;t used Mac Ports before and I didn&#8217;t know if installing it over the top of my existing os software would cause any problems &#8211; and installing Memcached without Memcached looked a little tricky and all the tutorials seemed years out of date &#8211; but I seem to be there now.</p>
<p>I haven&#8217;t set up the bash script, though &#8211; sorry for the newbie question &#8211; how do I actually do that? By the sounds of it, Memcached isn&#8217;t configured to start up when I boot OS X, so the bash script looks like a must-have. </p>
<p>How are things going at KickApps? Are you on Git/GitHub, per chance?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
