<?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"
	>
<channel>
	<title>Comments on: Rails deployment made easy with Inploy</title>
	<atom:link href="http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/</link>
	<description>loves bits, tits and beers</description>
	<pubDate>Thu, 11 Mar 2010 23:37:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Dennis</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3718</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3718</guid>
		<description>Excelent work now! thanks.

Dennis</description>
		<content:encoded><![CDATA[<p>Excelent work now! thanks.</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Carrion</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3713</link>
		<dc:creator>Diego Carrion</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3713</guid>
		<description>Sorry Dennis, bug fixed. You should not specify ssh_opts, only the port.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Sorry Dennis, bug fixed. You should not specify ssh_opts, only the port.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3698</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3698</guid>
		<description>Hi Dc.

I try the plugin again. it's works very good, very easy.

but now I see this line:

Inploy =&#62; ssh -p 3987 -p 3987 demouser@servergeek.com 'cd /home/rails/example &#38;&#38; git checkout -f &#38;&#38; rake inploy:local:update environment=production'
with this setup:
deploy.template = :locaweb
deploy.application = "example"
deploy.user = 'demouser'
deploy.hosts = ['servergeek.com']
deploy.path = '/home/rails'
deploy.port = "3987"
# optional advanced settings
deploy.ssh_opts = '-p 3568'
#deploy.branch = 'master'

and works. only i dont like -p 9999 twice in ssh line

if I set deploy.ssh_opts = '-p 3568' its write ssh -p -p 3987 demouser@servergeek.com.........
if I comment  #deploy.ssh_opts = '-p 3568' it's write ssh demouser@servergeek.com......... and the port????


Dennis</description>
		<content:encoded><![CDATA[<p>Hi Dc.</p>
<p>I try the plugin again. it&#8217;s works very good, very easy.</p>
<p>but now I see this line:</p>
<p>Inploy =&gt; ssh -p 3987 -p 3987 <a href="mailto:demouser@servergeek.com">demouser@servergeek.com</a> &#8216;cd /home/rails/example &amp;&amp; git checkout -f &amp;&amp; rake inploy:local:update environment=production&#8217;<br />
with this setup:<br />
deploy.template = :locaweb<br />
deploy.application = &#8220;example&#8221;<br />
deploy.user = &#8216;demouser&#8217;<br />
deploy.hosts = ['servergeek.com']<br />
deploy.path = &#8216;/home/rails&#8217;<br />
deploy.port = &#8220;3987&#8243;<br />
# optional advanced settings<br />
deploy.ssh_opts = &#8216;-p 3568&#8242;<br />
#deploy.branch = &#8216;master&#8217;</p>
<p>and works. only i dont like -p 9999 twice in ssh line</p>
<p>if I set deploy.ssh_opts = &#8216;-p 3568&#8242; its write ssh -p -p 3987 <a href="mailto:demouser@servergeek.com">demouser@servergeek.com</a>&#8230;&#8230;&#8230;<br />
if I comment  #deploy.ssh_opts = &#8216;-p 3568&#8242; it&#8217;s write ssh <a href="mailto:demouser@servergeek.com">demouser@servergeek.com</a>&#8230;&#8230;&#8230; and the port????</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3642</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 10 Feb 2010 21:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3642</guid>
		<description>the correct syntax must be:

Inploy =&#62; ssh -p 3987 railsapps@servergeek.com
Inploy =&#62; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master

Fix it please :D so I cann't use the plugin :(

advice me to try again :D

Dennis</description>
		<content:encoded><![CDATA[<p>the correct syntax must be:</p>
<p>Inploy =&gt; ssh -p 3987 <a href="mailto:railsapps@servergeek.com">railsapps@servergeek.com</a><br />
Inploy =&gt; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master</p>
<p>Fix it please <img src='http://www.diegocarrion.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> so I cann&#8217;t use the plugin <img src='http://www.diegocarrion.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>advice me to try again <img src='http://www.diegocarrion.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dc.rec1</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3641</link>
		<dc:creator>dc.rec1</dc:creator>
		<pubDate>Wed, 10 Feb 2010 21:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3641</guid>
		<description>Oh I get it, I thought this was ok:

ssh railsapps@servergeek:3987

I will try to implement this functionality. I can also accept a patch if you want :)

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Oh I get it, I thought this was ok:</p>
<p>ssh railsapps@servergeek:3987</p>
<p>I will try to implement this functionality. I can also accept a patch if you want <img src='http://www.diegocarrion.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3640</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 10 Feb 2010 21:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3640</guid>
		<description>Hi dc.rec1 
How I said.
deploy.hosts = ['servergeek.com:3987']
i get
Inploy =&#62; ssh railsapps@servergeek:3987 this line is wrong
Inploy =&#62; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master  this line is ok

IF I set:
deploy.hosts = ['servergeek.com']
deploy.ssh_opts = ‘-p 3987′
i get:
Inploy =&#62; ssh -p 3987 railsapps@servergeek this line is ok
Inploy =&#62; git push ssh://[demouser@servergeek.com]/home/apps/demo master   this line is wrong

AND If I set:
deploy.hosts = ['servergeek.com:3987']
deploy.ssh_opts = ‘-p 3987′
i get:
Inploy =&#62; ssh -p 3987 railsapps@servergeek:3987 this line is wrong
Inploy =&#62; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master   this line is ok

my server is setup with port 3987

Dennis</description>
		<content:encoded><![CDATA[<p>Hi dc.rec1<br />
How I said.<br />
deploy.hosts = ['servergeek.com:3987']<br />
i get<br />
Inploy =&gt; ssh railsapps@servergeek:3987 this line is wrong<br />
Inploy =&gt; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master  this line is ok</p>
<p>IF I set:<br />
deploy.hosts = ['servergeek.com']<br />
deploy.ssh_opts = ‘-p 3987′<br />
i get:<br />
Inploy =&gt; ssh -p 3987 railsapps@servergeek this line is ok<br />
Inploy =&gt; git push ssh://[demouser@servergeek.com]/home/apps/demo master   this line is wrong</p>
<p>AND If I set:<br />
deploy.hosts = ['servergeek.com:3987']<br />
deploy.ssh_opts = ‘-p 3987′<br />
i get:<br />
Inploy =&gt; ssh -p 3987 railsapps@servergeek:3987 this line is wrong<br />
Inploy =&gt; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master   this line is ok</p>
<p>my server is setup with port 3987</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dc.rec1</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3639</link>
		<dc:creator>dc.rec1</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3639</guid>
		<description>Hi Dennis, this doesn't resolve? :

deploy.template = :locaweb
deploy.application = “demo”
deploy.user = ‘demouser’
deploy.hosts = ['servergeek.com:3987']
deploy.path = ‘/home/apps’

Im just set the port without setting the ssh option.</description>
		<content:encoded><![CDATA[<p>Hi Dennis, this doesn&#8217;t resolve? :</p>
<p>deploy.template = :locaweb<br />
deploy.application = “demo”<br />
deploy.user = ‘demouser’<br />
deploy.hosts = ['servergeek.com:3987']<br />
deploy.path = ‘/home/apps’</p>
<p>Im just set the port without setting the ssh option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-3637</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 10 Feb 2010 19:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-3637</guid>
		<description>Hi, very good plugin but I have a problem when it works with ports

my deploy.rb:

deploy.template = :locaweb
deploy.application = "demo"
deploy.user = 'demouser'
deploy.hosts = ['servergeek.com']
deploy.path = '/home/apps'
deploy.ssh_opts = '-p 3987'

I get 

Inploy =&#62; git push ssh://[demouser@servergeek.com]/home/apps/demo master

So it is wrong!! it must be:
Inploy =&#62; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master

the parameter deploy.ssh_opts = '-p 3987' works in Inploy =&#62; ssh -p 3987 demouser@servergeek.com ok


it is a bug.

so i set:
deploy.hosts = ['servergeek.com:3987']
i get
Inploy =&#62; ssh -p 3987 railsapps@avizormedia.com:3987 wrong


Solve?

Dennis</description>
		<content:encoded><![CDATA[<p>Hi, very good plugin but I have a problem when it works with ports</p>
<p>my deploy.rb:</p>
<p>deploy.template = :locaweb<br />
deploy.application = &#8220;demo&#8221;<br />
deploy.user = &#8216;demouser&#8217;<br />
deploy.hosts = ['servergeek.com']<br />
deploy.path = &#8216;/home/apps&#8217;<br />
deploy.ssh_opts = &#8216;-p 3987&#8242;</p>
<p>I get </p>
<p>Inploy =&gt; git push ssh://[demouser@servergeek.com]/home/apps/demo master</p>
<p>So it is wrong!! it must be:<br />
Inploy =&gt; git push ssh://[demouser@servergeek.com:3987]/home/apps/demo master</p>
<p>the parameter deploy.ssh_opts = &#8216;-p 3987&#8242; works in Inploy =&gt; ssh -p 3987 <a href="mailto:demouser@servergeek.com">demouser@servergeek.com</a> ok</p>
<p>it is a bug.</p>
<p>so i set:<br />
deploy.hosts = ['servergeek.com:3987']<br />
i get<br />
Inploy =&gt; ssh -p 3987 <a href="mailto:railsapps@avizormedia.com">railsapps@avizormedia.com</a>:3987 wrong</p>
<p>Solve?</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dc.rec1</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-2783</link>
		<dc:creator>dc.rec1</dc:creator>
		<pubDate>Mon, 09 Nov 2009 13:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-2783</guid>
		<description>Thanks Erik, great feedback (:</description>
		<content:encoded><![CDATA[<p>Thanks Erik, great feedback (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.diegocarrion.com/2009/10/19/rails-deployment-made-easy-with-inploy/#comment-2782</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Mon, 09 Nov 2009 13:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.diegocarrion.com/?p=65#comment-2782</guid>
		<description>Thanks for the tip about the environments. Exactly what I was looking for. About the gem problem I'll create a topic on the google group.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip about the environments. Exactly what I was looking for. About the gem problem I&#8217;ll create a topic on the google group.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
