<?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: Running Your Own Node.js Version on Heroku</title>
	<atom:link href="http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/</link>
	<description>Pat Patterson on the Cloud, Identity and Single Malt Scotch</description>
	<lastBuildDate>Thu, 23 May 2013 17:53:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: picking a server-side language &#124; Robert Pate, II</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-45742</link>
		<dc:creator>picking a server-side language &#124; Robert Pate, II</dc:creator>
		<pubDate>Tue, 06 Mar 2012 21:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-45742</guid>
		<description><![CDATA[[...] too. but runs version 4.7 by default. upping it to 6.2 could be a pain, judging from this post by Pat Patterson. I have zero experience with node, but I&#8217;m very interested in it. it will have far fewer [...]]]></description>
		<content:encoded><![CDATA[<p>[...] too. but runs version 4.7 by default. upping it to 6.2 could be a pain, judging from this post by Pat Patterson. I have zero experience with node, but I&#8217;m very interested in it. it will have far fewer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Patterson</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-43172</link>
		<dc:creator>Pat Patterson</dc:creator>
		<pubDate>Sat, 21 Jan 2012 23:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-43172</guid>
		<description><![CDATA[Nice one, Gregor!]]></description>
		<content:encoded><![CDATA[<p>Nice one, Gregor!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor Melhorn</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-43168</link>
		<dc:creator>Gregor Melhorn</dc:creator>
		<pubDate>Sat, 21 Jan 2012 21:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-43168</guid>
		<description><![CDATA[You can save a lot of time by just looking if the heroku team already prepared your node version:

http://heroku-buildpack-nodejs.s3.amazonaws.com/manifest.npm
http://heroku-buildpack-nodejs.s3.amazonaws.com/manifest.nodejs

will show you the available versions in the official heroku repository. Now just clone the heroku buildpack repo, edit bin/compile and change the version numbers of node and npm accordingly. Commit and push and use this repo as your buildpack.

I was unable to compile it myself but am still able to use node 0.6.8 with this approach.]]></description>
		<content:encoded><![CDATA[<p>You can save a lot of time by just looking if the heroku team already prepared your node version:</p>
<p><a href="http://heroku-buildpack-nodejs.s3.amazonaws.com/manifest.npm" rel="nofollow">http://heroku-buildpack-nodejs.s3.amazonaws.com/manifest.npm</a><br />
<a href="http://heroku-buildpack-nodejs.s3.amazonaws.com/manifest.nodejs" rel="nofollow">http://heroku-buildpack-nodejs.s3.amazonaws.com/manifest.nodejs</a></p>
<p>will show you the available versions in the official heroku repository. Now just clone the heroku buildpack repo, edit bin/compile and change the version numbers of node and npm accordingly. Commit and push and use this repo as your buildpack.</p>
<p>I was unable to compile it myself but am still able to use node 0.6.8 with this approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Patterson</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-43152</link>
		<dc:creator>Pat Patterson</dc:creator>
		<pubDate>Sat, 21 Jan 2012 16:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-43152</guid>
		<description><![CDATA[Hi Paul - Yes, I&#039;ll create a new buildpack from time to time, but I don&#039;t really have the bandwidth to keep up with the Node.js release train - as you say, it updates quite fast! The recipe is here for anyone to create their own, though.

As for keeping an app running the newest nodejs version... You don&#039;t need to create a new cedar. Just set the BUILDPACK_URL config var to a different git URL with heroku config:add and redeploy the app. I don&#039;t think this is something you would want to do automatically, though, since Node can change significantly between versions...]]></description>
		<content:encoded><![CDATA[<p>Hi Paul &#8211; Yes, I&#8217;ll create a new buildpack from time to time, but I don&#8217;t really have the bandwidth to keep up with the Node.js release train &#8211; as you say, it updates quite fast! The recipe is here for anyone to create their own, though.</p>
<p>As for keeping an app running the newest nodejs version&#8230; You don&#8217;t need to create a new cedar. Just set the BUILDPACK_URL config var to a different git URL with heroku config:add and redeploy the app. I don&#8217;t think this is something you would want to do automatically, though, since Node can change significantly between versions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-43123</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 21 Jan 2012 03:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-43123</guid>
		<description><![CDATA[Would you think of making more updated unofficial nodejs versions, because it updates quite fast and it would be really helpful and time saving.

btw Do you know if there is any way to keep an app that is running the newest nodejs version? Instead of creating a new cedar everytime.]]></description>
		<content:encoded><![CDATA[<p>Would you think of making more updated unofficial nodejs versions, because it updates quite fast and it would be really helpful and time saving.</p>
<p>btw Do you know if there is any way to keep an app that is running the newest nodejs version? Instead of creating a new cedar everytime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Patterson</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-42635</link>
		<dc:creator>Pat Patterson</dc:creator>
		<pubDate>Sat, 14 Jan 2012 16:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-42635</guid>
		<description><![CDATA[Hey Matt - David Dollar, the Vulcan maintainer got back to me - the issue should be fixed in the latest Vulcan gem. Update and let me know how it goes.]]></description>
		<content:encoded><![CDATA[<p>Hey Matt &#8211; David Dollar, the Vulcan maintainer got back to me &#8211; the issue should be fixed in the latest Vulcan gem. Update and let me know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Patterson</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-42578</link>
		<dc:creator>Pat Patterson</dc:creator>
		<pubDate>Sat, 14 Jan 2012 01:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-42578</guid>
		<description><![CDATA[Hi Matt - apologies for the delay in replying - I was away for the holidays. I&#039;ll ping one of the Heroku gurus on this, see what I can turn up.]]></description>
		<content:encoded><![CDATA[<p>Hi Matt &#8211; apologies for the delay in replying &#8211; I was away for the holidays. I&#8217;ll ping one of the Heroku gurus on this, see what I can turn up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-41477</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 31 Dec 2011 06:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-41477</guid>
		<description><![CDATA[Hi Pat,

Thanks for the post. I&#039;m running into trouble with the support/package_node 0.6.1 step in your instructions. I&#039;m using a direct clone of your repo and getting what appears to be an error in the &#039;vulcan build&#039; portion of the script. It&#039;s error-ing out with the following: https://gist.github.com/1543157. 

Any ideas?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Pat,</p>
<p>Thanks for the post. I&#8217;m running into trouble with the support/package_node 0.6.1 step in your instructions. I&#8217;m using a direct clone of your repo and getting what appears to be an error in the &#8216;vulcan build&#8217; portion of the script. It&#8217;s error-ing out with the following: <a href="https://gist.github.com/1543157" rel="nofollow">https://gist.github.com/1543157</a>. </p>
<p>Any ideas?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Patterson</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-38494</link>
		<dc:creator>Pat Patterson</dc:creator>
		<pubDate>Mon, 28 Nov 2011 18:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-38494</guid>
		<description><![CDATA[Hi mmstud - the most likely problem is that your Heroku client needs an update - what does &lt;code&gt;heroku version&lt;/code&gt; tell you? You need version 2.11.0 or later. In most cases, &lt;code&gt;gem update heroku&lt;/code&gt; will update the Heroku gem to the latest version; if that doesn&#039;t work, then try &lt;code&gt;heroku update&lt;/code&gt;.]]></description>
		<content:encoded><![CDATA[<p>Hi mmstud &#8211; the most likely problem is that your Heroku client needs an update &#8211; what does <code>heroku version</code> tell you? You need version 2.11.0 or later. In most cases, <code>gem update heroku</code> will update the Heroku gem to the latest version; if that doesn&#8217;t work, then try <code>heroku update</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmstud</title>
		<link>http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/comment-page-1/#comment-38279</link>
		<dc:creator>mmstud</dc:creator>
		<pubDate>Fri, 25 Nov 2011 23:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.superpat.com/?p=1370#comment-38279</guid>
		<description><![CDATA[I do:


heroku create --stack cedar --buildpack http://github.com/metadaddy-sfdc/heroku-buildpack-nodejs.git
Creating afternoon-lightning-2887... done, stack is cedar
http://afternoon-lightning-2887.herokuapp.com/ &#124; git@heroku.com:afternoon-lightning-2887.git

AND

git push heroku master
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 285 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)

-----&gt; Heroku receiving push
-----&gt; Node.js app detected
-----&gt; Fetching Node.js binaries
-----&gt; Vendoring node 0.4.7
-----&gt; Installing dependencies with npm 1.0.94
       
       Dependencies installed
-----&gt; Discovering process types
       Procfile declares types -&gt; app
-----&gt; Compiled slug size is 11.7MB
-----&gt; Launching... done, v271
       http://xxx deployed to Heroku

To git@heroku.com:xxx
   298a809..837363d  master -&gt; master

So versions are not updating, any ideas?]]></description>
		<content:encoded><![CDATA[<p>I do:</p>
<p>heroku create &#8211;stack cedar &#8211;buildpack <a href="http://github.com/metadaddy-sfdc/heroku-buildpack-nodejs.git" rel="nofollow">http://github.com/metadaddy-sfdc/heroku-buildpack-nodejs.git</a><br />
Creating afternoon-lightning-2887&#8230; done, stack is cedar<br />
<a href="http://afternoon-lightning-2887.herokuapp.com/" rel="nofollow">http://afternoon-lightning-2887.herokuapp.com/</a> | <a href="mailto:git@heroku.com">git@heroku.com</a>:afternoon-lightning-2887.git</p>
<p>AND</p>
<p>git push heroku master<br />
Counting objects: 5, done.<br />
Delta compression using up to 2 threads.<br />
Compressing objects: 100% (3/3), done.<br />
Writing objects: 100% (3/3), 285 bytes, done.<br />
Total 3 (delta 2), reused 0 (delta 0)</p>
<p>&#8212;&#8211;&gt; Heroku receiving push<br />
&#8212;&#8211;&gt; Node.js app detected<br />
&#8212;&#8211;&gt; Fetching Node.js binaries<br />
&#8212;&#8211;&gt; Vendoring node 0.4.7<br />
&#8212;&#8211;&gt; Installing dependencies with npm 1.0.94</p>
<p>       Dependencies installed<br />
&#8212;&#8211;&gt; Discovering process types<br />
       Procfile declares types -&gt; app<br />
&#8212;&#8211;&gt; Compiled slug size is 11.7MB<br />
&#8212;&#8211;&gt; Launching&#8230; done, v271<br />
       <a href="http://xxx" rel="nofollow">http://xxx</a> deployed to Heroku</p>
<p>To <a href="mailto:git@heroku.com">git@heroku.com</a> <img src='http://blog.superpat.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> xx<br />
   298a809..837363d  master -&gt; master</p>
<p>So versions are not updating, any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
