<?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>David Lowry &#187; gem</title>
	<atom:link href="http://www.davidlowry.co.uk/tag/gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidlowry.co.uk</link>
	<description></description>
	<lastBuildDate>Sat, 05 Nov 2011 14:35:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using another computer for your heroku app</title>
		<link>http://www.davidlowry.co.uk/291/using-another-computer-for-your-heroku-app/</link>
		<comments>http://www.davidlowry.co.uk/291/using-another-computer-for-your-heroku-app/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 18:20:54 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[heroku]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[publish]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://davidlowry.co.uk/using-another-computer-for-your-heroku-app/</guid>
		<description><![CDATA[Quite easy, but without knowing how would you know&#8230; (the docs!) The Collaborator Quick Start guide is the place to be. [sudo] gem install heroku # then heroku keys:add #your login details are taken and ssh key uploaded automatically git clone git@heroku.com:APPNAME.git -o production #using the proper git repo name.git if git push heroku fails...<a href="http://www.davidlowry.co.uk/291/using-another-computer-for-your-heroku-app/">&#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Quite easy, but without knowing how would you know&#8230; (the docs!)</p>
<p>The <a href="http://docs.heroku.com/collab">Collaborator Quick Start</a> guide is the place to be.</p>
<p><code>[sudo] gem install heroku<br />
# then<br />
heroku keys:add<br />
#your login details are taken and ssh key uploaded automatically<br />
git clone git@heroku.com:APPNAME.git -o production<br />
#using the proper git repo name.git<br />
</code></p>
<p>if <code>git push heroku</code> fails then do this:<br />
<code>git remote -v</code><br />
Hopefully you will see an origin or heroku</p>
<p>If not, find out your git url:<br />
<code>heroku list<br />
heroku info --app your-app-name</p>
<p>git remote add heroku git-url</code><br />
(this bit from <a href="http://www.mail-archive.com/heroku@googlegroups.com/msg03846.html">google groups</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlowry.co.uk/291/using-another-computer-for-your-heroku-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

