<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Capistrano Google Group</title>
  <link>http://groups.google.co.uk/group/capistrano</link>
  <description>Discussion about the Capistrano remote management tool. Share tips and recipe files. Discuss the development of extensions and plugins, as well as the implementation of Capistrano itself.</description>
  <language>en</language>
  <item>
  <title>use_sudo option in multistage</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/40d627bd6f286eb8/776ece357a6f4242?show_docid=776ece357a6f4242</link>
  <description>
  Hi All, &lt;br&gt; &lt;p&gt;Does :use_sudo work in multistage? I have a production stage that runs &lt;br&gt; on a server requiring sudo, but a staging stage that runs on a &lt;br&gt; different server not requiring sudo. I tried &amp;quot;set :use_sudo, false&amp;quot; in &lt;br&gt; my config/deploy/staging.rb file, but it looks like Capistrano is &lt;br&gt; still trying to execute some commands on the staging server using
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/40d627bd6f286eb8</guid>
  <author>
  btri...@gmail.com
  (Bryan Richardson)
  </author>
  <pubDate>Sat, 12 Dec 2009 23:02:56 UT
</pubDate>
  </item>
  <item>
  <title>uninitialized constant DL::Importable on Windows Vista x64 after upgrading to Ruby 1.9.1</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/e2ccf089ace7f9e3/490a8aed57049f3a?show_docid=490a8aed57049f3a</link>
  <description>
  I&#39;ve just upgraded to Ruby 1.9.1 and every time I do something with &lt;br&gt; Capistrano, like cap deploy, or even cap -v, I get this error &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastebin.com/f261b7d1f&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I tried reinstalling Capistrano gem, but it didn&#39;t help. I currently &lt;br&gt; have installed Capistrano 2.5.10 and ruby 1.9.1p243 (2009-07-16
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/e2ccf089ace7f9e3</guid>
  <author>
  darthd...@gmail.com
  (darth)
  </author>
  <pubDate>Fri, 12 Dec 2009 17:48:59 UT
</pubDate>
  </item>
  <item>
  <title>Task execution based on :primary flag</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/9a52415f1dd94701/1ffc2d99f5f68800?show_docid=1ffc2d99f5f68800</link>
  <description>
  Hello all, &lt;br&gt; &lt;p&gt;I am currently trying to write a set of task commands that run based &lt;br&gt; on whether or not a particular server within the role attached to the &lt;br&gt; task is the primary server. &lt;br&gt; &lt;p&gt;So for example, I have the following: &lt;br&gt; &lt;p&gt;task :push_my_configs, :on_error =&amp;gt; :continue do &lt;br&gt; run &amp;quot;my command 1&amp;quot;, :roles =&amp;gt; :app, :only =&amp;gt; { :primary =&amp;gt; true }
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/9a52415f1dd94701</guid>
  <author>
  justin.di...@gmail.com
  (jmadtech)
  </author>
  <pubDate>Fri, 12 Dec 2009 14:59:27 UT
</pubDate>
  </item>
  <item>
  <title>symlink doesn&#39;t work (403 forbidden)</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/029f969ff9f7bc93/ddd4092e5c5aa409?show_docid=ddd4092e5c5aa409</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;You might hear it for the millionth time but I just spend some hours &lt;br&gt; on that issue. Search the internet, searched the capistrano mail etc. &lt;br&gt; &lt;p&gt;My problem from apache&#39;s log: &lt;br&gt; Symbolic link not allowed or link target not accessible: /var/deploy/ &lt;br&gt; deployments/myapp.com/current, referer: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.myapp.com/login&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/029f969ff9f7bc93</guid>
  <author>
  christoph.jasin...@googlemail.com
  (christoph.jasinski@googlemail.com)
  </author>
  <pubDate>Fri, 12 Dec 2009 15:44:40 UT
</pubDate>
  </item>
  <item>
  <title>Executing a task once locally, but copying to all remote hosts</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/367c24e0c63e479c/25546f39ddd89e61?show_docid=25546f39ddd89e61</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m using railsless deploy, and have this task to generate a config file &lt;br&gt; locally, and copy it to all hosts: &lt;br&gt; &lt;p&gt; desc &amp;lt;&amp;lt;-DESC &lt;br&gt; Create config file &amp;amp; copy to release path &lt;br&gt; DESC &lt;br&gt; task :create_copy_config_file, :roles =&amp;gt; [:web] do &lt;br&gt; print &amp;quot; Creating config file.\n&amp;quot; &lt;br&gt; file = &#39;files/counter.php&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/367c24e0c63e479c</guid>
  <author>
  robin-li...@robinbowes.com
  (Robin Bowes)
  </author>
  <pubDate>Wed, 12 Dec 2009 13:24:48 UT
</pubDate>
  </item>
  <item>
  <title>set :user remote_user_name not affecting SSH login</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/c01a5559684d9bc7/40628da753fc7088?show_docid=40628da753fc7088</link>
  <description>
  I&#39;m attempting my first deployment using Capistrano. The recipe &lt;br&gt; includes &lt;br&gt; &lt;p&gt; set :user, &amp;quot;remote_user&amp;quot; &lt;br&gt; &lt;p&gt;When I attempt &amp;quot;cap deploy&amp;quot; I&#39;m prompted for &lt;br&gt; &lt;p&gt; local_u...@myserver.com&#39;s password: &lt;br&gt; &lt;p&gt;Of course the local_user has no account on the remote server so I &lt;br&gt; can&#39;t get past this. The weird thing is I was successfully able to
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/c01a5559684d9bc7</guid>
  <author>
  ja...@trallenya.net
  (Jamie)
  </author>
  <pubDate>Tue, 12 Dec 2009 04:51:56 UT
</pubDate>
  </item>
  <item>
  <title>Issue with specifying a machine as &quot;spare&quot;</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/5336b5d592e2c6c0/946cd9c23678bd95?show_docid=946cd9c23678bd95</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I wish to specify an app server as &amp;quot;spare&amp;quot; - to be out of the load &lt;br&gt; balancer rotation. I specified as so: &lt;br&gt; &lt;p&gt;role :app, &#39;192.168.10.99&#39;, :spare =&amp;gt; true # machines out of load &lt;br&gt; balancer rotation &lt;br&gt; &lt;p&gt;The task is like this: &lt;br&gt; &lt;p&gt; namespace :loadbalancer do &lt;br&gt; desc &#39;Remove &amp;quot;spare&amp;quot; machines from load balancer rotation by
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/5336b5d592e2c6c0</guid>
  <author>
  bodarot...@gmail.com
  (Mike Papper)
  </author>
  <pubDate>Mon, 11 Nov 2009 21:43:30 UT
</pubDate>
  </item>
  <item>
  <title>&#39;stream&#39; and multiple logs per server</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/9613ee7057d17ce2/dfcfd7fbdb9f3471?show_docid=dfcfd7fbdb9f3471</link>
  <description>
  I&#39;ve got a situation where I have 2 physical servers, each of which &lt;br&gt; have 2 nodes of an IBM WebSphere Portal cluster on it. &lt;br&gt; &lt;p&gt;I&#39;m using capistrano for the deployment and staging (very &lt;br&gt; successfully), and am now trying to use cap for tailing the logs on &lt;br&gt; those servers, but because each node puts it&#39;s logs into a separate
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/9613ee7057d17ce2</guid>
  <author>
  pharri...@gmail.com
  (Pharrisee)
  </author>
  <pubDate>Mon, 11 Nov 2009 15:18:13 UT
</pubDate>
  </item>
  <item>
  <title>How do I allow my teammate to deploy?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/2698ea9bd81aaa97/2a2d100f7e38d5be?show_docid=2a2d100f7e38d5be</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m working on a Rails project that I deploy using the basic &lt;br&gt; remote_cache strategy. I push to a bare git repo in my home folder on &lt;br&gt; the server, and then `cap deploy` checks out the latest code from the &lt;br&gt; repo, links it, and restarts Passenger. &lt;br&gt; &lt;p&gt;This works well, but I have a new requirement: I want my designer to
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/2698ea9bd81aaa97</guid>
  <author>
  alexanderk...@gmail.com
  (alexanderkahn)
  </author>
  <pubDate>Mon, 11 Nov 2009 13:52:37 UT
</pubDate>
  </item>
  <item>
  <title>Capistrano DSL for highly customized deployment</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/15e4628b83a09e0e/075c6d3cbb8a9903?show_docid=075c6d3cbb8a9903</link>
  <description>
  Hi everybody, &lt;br&gt; &lt;p&gt;I&#39;m curious whether it is possible to use Capistrano&#39;s DSL and general &lt;br&gt; foundation (roles, tasks, #run, #sudo, #put etc.) to build a custom &lt;br&gt; Rakefile/Capfile? &lt;br&gt; &lt;p&gt;No automagic deploy:migrate tasks (especially for non-rails &lt;br&gt; projects!), no automagic &#39;mkdir -p (..)/release; ln -nfs (..)/
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/15e4628b83a09e0e</guid>
  <author>
  camp...@aol.com
  (campesr)
  </author>
  <pubDate>Sun, 11 Nov 2009 16:50:54 UT
</pubDate>
  </item>
  <item>
  <title>Deploying Error: `split&#39; called for 440:Fixnum</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/e9dce86a61a6264f/69c0e9f68daba082?show_docid=69c0e9f68daba082</link>
  <description>
  Hey &lt;br&gt; &lt;p&gt;I&#39;m pretty sure I&#39;ve overlooked something obvious but I can&#39;t seem to &lt;br&gt; figure this out. &lt;br&gt; &lt;p&gt;I&#39;m trying to deploy and I receive the following error (x&#39;s inserted) &lt;br&gt; ------------------------------ ------------------------------ ------------------------------ ----- &lt;br&gt; * executing `production&#39; &lt;br&gt; * executing `deploy&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/e9dce86a61a6264f</guid>
  <author>
  wwwjs...@gmail.com
  (jsoo)
  </author>
  <pubDate>Thu, 11 Nov 2009 19:13:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [capistrano] Abridged summary of capistrano@googlegroups.com - 1 Message in 1 Topic</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/2cbf4fd7a0aa7337/6c2b4966a26a8bc8?show_docid=6c2b4966a26a8bc8</link>
  <description>
  I am out of the office and will return on November 30th. &lt;br&gt; &lt;p&gt; Today&#39;s Topic Summary &lt;br&gt; Group: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/capistrano/topics&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; • Abridged summary of capistrano@googlegroups.com - 4 Messages in 2 Topics [1 Update] &lt;br&gt; Topic: Abridged summary of capistrano@googlegroups.com - 4 Messages in 2 Topics
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/2cbf4fd7a0aa7337</guid>
  <author>
  jr...@appriss.com
  (John Rice)
  </author>
  <pubDate>Thu, 11 Nov 2009 14:55:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [capistrano] Abridged summary of capistrano@googlegroups.com - 4 Messages in 2 Topics</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/1d1151b02c1578bd/d20240b328bfb248?show_docid=d20240b328bfb248</link>
  <description>
  I am out of the office and will return on November 30th. &lt;br&gt; &lt;p&gt; Today&#39;s Topic Summary &lt;br&gt; Group: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/capistrano/topics&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; • Specifying alternate prerequisites in rake [2 Updates] &lt;br&gt; • Abridged summary of capistrano@googlegroups.com - 3 Messages in 2 Topics [2 Updates]
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/1d1151b02c1578bd</guid>
  <author>
  jr...@appriss.com
  (John Rice)
  </author>
  <pubDate>Wed, 11 Nov 2009 17:21:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [capistrano] Abridged summary of capistrano@googlegroups.com - 3 Messages in 2 Topics</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/332d5eefd5330696/8c7229954f71364b?show_docid=8c7229954f71364b</link>
  <description>
  I am out of the office and will return on November 30th. &lt;br&gt; &lt;p&gt; Today&#39;s Topic Summary &lt;br&gt; Group: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/capistrano/topics&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; • Specifying alternate prerequisites in rake [2 Updates] &lt;br&gt; • Question about running a piece of task only once [1 Update] &lt;br&gt; Topic: Specifying alternate prerequisites in rake
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/332d5eefd5330696</guid>
  <author>
  jr...@appriss.com
  (John Rice)
  </author>
  <pubDate>Tue, 11 Nov 2009 14:59:18 UT
</pubDate>
  </item>
  <item>
  <title>Specifying alternate prerequisites in rake</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/db4ebcf582fb2be4/c391013f8984617b?show_docid=c391013f8984617b</link>
  <description>
  Is there anyway of specifying alternate prerequisites for a task, ie at &lt;br&gt; least one of the prerequisites must be run before the task itself is &lt;br&gt; run. &lt;br&gt; &lt;p&gt;The way I&#39;m doing it now is by using a &amp;quot;proxy task&amp;quot; that picks one of &lt;br&gt; the prerequisite tasks based on a global settings variable. &lt;br&gt; &lt;p&gt;It looks something like this:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/db4ebcf582fb2be4</guid>
  <author>
  myli...@polite.se
  (Oivvio Polite)
  </author>
  <pubDate>Mon, 11 Nov 2009 20:40:20 UT
</pubDate>
  </item>
  <item>
  <title>Question about running a piece of task only once</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/cf65a74235ceec77/7aa5fdc44139d728?show_docid=7aa5fdc44139d728</link>
  <description>
  Say i have a task on like 6 servers (deploying the web code) but at the &lt;br&gt; end i want only one email to go out that says &amp;quot;Website updated to &lt;br&gt; revision whatever&amp;quot; how do i make a run or local statement only run once &lt;br&gt; and not once per whole task and not once per host in the role? &lt;br&gt; &lt;p&gt;I&#39;m thinking an after deploy hook that runs a task that has just one
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/cf65a74235ceec77</guid>
  <author>
  joseph.e.mcdon...@gmail.com
  (Joe McDonagh)
  </author>
  <pubDate>Mon, 11 Nov 2009 19:51:48 UT
</pubDate>
  </item>
  <item>
  <title>capfile syntax help</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/5c77496e139dbaf2/4a3cc42c90da2344?show_docid=4a3cc42c90da2344</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;ve got the following block in my capfile: &lt;br&gt; &lt;p&gt;namespace :remote do &lt;br&gt; &lt;p&gt; desc &amp;lt;&amp;lt;-DESC &lt;br&gt; Create directory required by copy_remote_dir. &lt;br&gt; DESC &lt;br&gt; task :create_copy_remote_dir, :roles =&amp;gt; :web do &lt;br&gt; print &amp;quot; creating #{copy_remote_dir}.\n&amp;quot; &lt;br&gt; run &amp;quot;mkdir -p #{copy_remote_dir}&amp;quot; &lt;br&gt; end &lt;br&gt; &lt;p&gt;end
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/5c77496e139dbaf2</guid>
  <author>
  robin-li...@robinbowes.com
  (Robin Bowes)
  </author>
  <pubDate>Thu, 11 Nov 2009 16:28:08 UT
</pubDate>
  </item>
  <item>
  <title>installing mongrel</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/a66abd606f583b6b/1b69380d5b90e8ae?show_docid=1b69380d5b90e8ae</link>
  <description>
  hello, everybody &lt;br&gt; Actually i am new to capistrano. I have installed ruby 1.8.6, Rails &lt;br&gt; 2.3.4 and my OS is ubuntu . I have made a rails application. I went &lt;br&gt; through the getting started and everything went fine upto check &lt;br&gt; dependency. when i tried to install mongrel, it gives message &lt;br&gt; &amp;quot;Successfully installed mongrel-1.1.5&amp;quot; but when i tried mongrel -v it
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/a66abd606f583b6b</guid>
  <author>
  saud.prak...@gmail.com
  (prakash saud)
  </author>
  <pubDate>Wed, 11 Nov 2009 07:06:21 UT
</pubDate>
  </item>
  <item>
  <title>Webistrano stuck on update_code only when trying to deploy to multiple hosts</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/07a9c662c283c185/24249594a7967cb8?show_docid=24249594a7967cb8</link>
  <description>
  I&#39;m trying to set up Webistrano + Capistrano to deploy to multiple &lt;br&gt; servers: &lt;br&gt; When trying to deploy to each server separately, everything works &lt;br&gt; great. However when I select multiple hosts to deploy it just gets &lt;br&gt; stuck in the update_code stage (if I run &#39;restart&#39; for example on &lt;br&gt; multiple hosts - it works just fine).
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/07a9c662c283c185</guid>
  <author>
  burga...@gmail.com
  (burg)
  </author>
  <pubDate>Sun, 11 Nov 2009 17:22:32 UT
</pubDate>
  </item>
  <item>
  <title>More than one project on a server</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/3b191755f6f276bc/5f394e973a97288e?show_docid=5f394e973a97288e</link>
  <description>
  Hi guys! &lt;br&gt; I would like to deploy more than one project on a server. For example, &lt;br&gt; the project A is running on foo.bar.com and I need foo.bar.com:1234 &lt;br&gt; running other project (B). Can I deploy something like that using &lt;br&gt; capistrano? How the deploy.rb must be configured? &lt;br&gt; &lt;p&gt;Thanks in advance! &lt;br&gt; &lt;p&gt;-- Richard
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/3b191755f6f276bc</guid>
  <author>
  richard.iba...@gmail.com
  (ribarra)
  </author>
  <pubDate>Sun, 11 Nov 2009 00:25:08 UT
</pubDate>
  </item>
  <item>
  <title>commandline options</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/6190b0f7e6cce972/d8d3cfaefe35881c?show_docid=d8d3cfaefe35881c</link>
  <description>
  hey guys, &lt;br&gt; &lt;p&gt;first of all, thanks for capistrano! &lt;br&gt; &lt;p&gt;i use capistrano primary for server management and not for deploying &lt;br&gt; my code. &lt;br&gt; i want to change the behavior of how the servers are selected. i want &lt;br&gt; to add an commandline options, with this option a server must apply to &lt;br&gt; _all_ roles that are given.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/6190b0f7e6cce972</guid>
  <author>
  bea...@benle.de
  (Benjamin Fritsch)
  </author>
  <pubDate>Fri, 11 Nov 2009 00:30:53 UT
</pubDate>
  </item>
  <item>
  <title>how to specify environment variables and chdir</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/29e309489a277fb2/6491ac862fb7cdcd?show_docid=6491ac862fb7cdcd</link>
  <description>
  Hello everybody, this is my first post here :) &lt;br&gt; &lt;p&gt;My environment: &lt;br&gt; $ ruby --version &lt;br&gt; ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] &lt;br&gt; $ cap --version &lt;br&gt; Capistrano v2.5.9 &lt;br&gt; I&#39;m on macosx 10.6.1. &lt;br&gt; &lt;p&gt;I&#39;d like to avoid using the &amp;quot;set_dir&amp;quot; and &amp;quot;set_path&amp;quot; trick for each &lt;br&gt; command. &lt;br&gt; I needed &amp;quot;set_path&amp;quot; because on :my_dest_host, &amp;quot;hg&amp;quot; is not in the usual
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/29e309489a277fb2</guid>
  <author>
  maurizio.demag...@gmail.com
  (maurizio de magnis)
  </author>
  <pubDate>Wed, 11 Nov 2009 12:02:24 UT
</pubDate>
  </item>
  <item>
  <title>run command with resiliency to failure</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/2843f58ace72442d/c775da22f48fbb8f?show_docid=c775da22f48fbb8f</link>
  <description>
  I&#39;m working on some cap tasks where it&#39;s not that big of a deal if &lt;br&gt; they fail, but I&#39;d like to be able to let the user know that they did. &lt;br&gt; &lt;p&gt;What I&#39;m trying to do is create a new user on a bunch of servers, but &lt;br&gt; if it fails on one, I don&#39;t want the entire capistrano session to &lt;br&gt; fail. &lt;br&gt; &lt;p&gt;is there any way to do this? right now, if the user exists on one
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/2843f58ace72442d</guid>
  <author>
  spike....@gmail.com
  (spike grobstein)
  </author>
  <pubDate>Wed, 11 Nov 2009 01:27:31 UT
</pubDate>
  </item>
  <item>
  <title>NOOB question on first deploy attempt</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/386895a362e8692a/c999486f5979500a?show_docid=c999486f5979500a</link>
  <description>
  Capistrano, git, ruby, rails: Just getting started on all of them. I &lt;br&gt; am attempting &lt;br&gt; to deploy from my remote git repository, on the master branch in &lt;br&gt; Aptana Cloud. &lt;br&gt; &lt;p&gt;My remote depository is in place, now I am trying: &lt;br&gt; &lt;p&gt;cap staging deploy &lt;br&gt; &lt;p&gt;I get the error message: &lt;br&gt; &lt;p&gt;C:/Ruby/lib/ruby/gems/1.8/gems /capistrano-2.5.5/lib/capistra no/recipes/
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/386895a362e8692a</guid>
  <author>
  j...@whidbey.com
  (blueHandTalking)
  </author>
  <pubDate>Tue, 11 Nov 2009 19:42:40 UT
</pubDate>
  </item>
  <item>
  <title>check Capistrano on local-host</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/d1b33b9909ea5748/abc9785ffa8c09b5?show_docid=abc9785ffa8c09b5</link>
  <description>
  Actually, I am new to Capistrano. Currently i am using ruby version &lt;br&gt; 1.8.6 and Capistrano version 2.5.9. I tried to test a file on local- &lt;br&gt; host but i am getting error message like &amp;quot; connection failed for: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost:3000&quot;&gt;[link]&lt;/a&gt; (Socket Error: getaddrinfo: Name or service not &lt;br&gt; known)&amp;quot;. I made a cap file in home directory where wrote the code
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/d1b33b9909ea5748</guid>
  <author>
  saud.prak...@gmail.com
  (prakash saud)
  </author>
  <pubDate>Tue, 11 Nov 2009 09:56:10 UT
</pubDate>
  </item>
  <item>
  <title>No releases.last crashes first deploy</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/8486d2cefba309d8/d420d3e0d35199e1?show_docid=d420d3e0d35199e1</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;I&#39;m running into problem where I am unable to do first time deploy. &lt;br&gt; Capistrano crashes with following trace (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastie.org/684879&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; Looking at the source file, it&#39;s looking for last release, which &lt;br&gt; obviously isn&#39;t there. &lt;br&gt; &lt;p&gt;I found some other posts on this, but none with working solution. This
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/8486d2cefba309d8</guid>
  <author>
  dusan.malia...@gmail.com
  (skrat)
  </author>
  <pubDate>Thu, 11 Nov 2009 15:20:37 UT
</pubDate>
  </item>
  <item>
  <title>Any advice using capistrano and git to deploy sites with heavy flash assets?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/bf47b13eecd49b18/ee4f167873350993?show_docid=ee4f167873350993</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;We are currently experimenting with using both git and capistrano to &lt;br&gt; deploy our websites. Here&#39;s the situation. Both our flash developers &lt;br&gt; and backend developers use the same git repository (don&#39;t really &lt;br&gt; believe in submodules). Now only certain flash pieces need to be &lt;br&gt; deployed - the rest are binary assets used to build the flash
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/bf47b13eecd49b18</guid>
  <author>
  calb...@neomantic.com
  (Chad A.)
  </author>
  <pubDate>Wed, 11 Nov 2009 18:31:01 UT
</pubDate>
  </item>
  <item>
  <title>creating tasks for multiple environments (and gateways)</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/6e61fb451f1a3f6b/3e2ec7a551e98cb4?show_docid=3e2ec7a551e98cb4</link>
  <description>
  Hi, I&#39;m looking for a way to manage systems in multiple &lt;br&gt; datacenters/environments, each with their own gateway. &lt;br&gt; gateway 1 -&amp;gt; app1 app2 app3 &lt;br&gt; gateway 2 -&amp;gt; app1 app2 app3 &lt;br&gt; I get stuck when trying to set &amp;quot;gateway&amp;quot; within the same capfile after its &lt;br&gt; already been set and was looking for a recommendation on how to approach
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/6e61fb451f1a3f6b</guid>
  <author>
  jjwilcox...@gmail.com
  (Joe Wilcoxson)
  </author>
  <pubDate>Tue, 11 Nov 2009 21:31:12 UT
</pubDate>
  </item>
  <item>
  <title>Rails app in a subfolder of a git clone - possible ?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/0ad1a26c3c6831e2/d646bbe0f52fad22?show_docid=d646bbe0f52fad22</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;is there a clean way to deploy a rails app that would not sit in the &lt;br&gt; root of the git repository, but in a sub-folder instead ? &lt;br&gt; &lt;p&gt;any hint will be most welcome, &lt;br&gt; &lt;p&gt;Thibaut &lt;br&gt; -- &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.learnivore.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/0ad1a26c3c6831e2</guid>
  <author>
  thibaut.barr...@gmail.com
  (Thibaut Barrère)
  </author>
  <pubDate>Mon, 11 Nov 2009 15:56:45 UT
</pubDate>
  </item>
  <item>
  <title>New feature deployment</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/c7107b1e168e908a/9f3b690fe0416055?show_docid=9f3b690fe0416055</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;On previous projects, I&#39;ve used separate staging and production stages &lt;br&gt; which would both check out source code from a same master branch. &lt;br&gt; &lt;p&gt;Now, for a project where static content gets added frequently through &lt;br&gt; the repository, I&#39;m feeling the need for either:a separate staging &lt;br&gt; branch or, an experimental stage + branch to deploy long running work
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/c7107b1e168e908a</guid>
  <author>
  amugn...@gmail.com
  (xymbol)
  </author>
  <pubDate>Sat, 10 Oct 2009 23:26:21 UT
</pubDate>
  </item>
  <item>
  <title>SUDO Problem</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/e79e1e85b084e39a/00c5230783da8d40?show_docid=00c5230783da8d40</link>
  <description>
  When trying to deploy to a new staging server, I get the following &lt;br&gt; error: &lt;br&gt; &lt;p&gt;sudo: no tty present and no askpass program specified &lt;br&gt; &lt;p&gt;Anyone know what&#39;s up with this and how do I fix it? &lt;br&gt; &lt;p&gt;Thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/e79e1e85b084e39a</guid>
  <author>
  partydr...@gmail.com
  (partydrone)
  </author>
  <pubDate>Fri, 10 Oct 2009 20:32:42 UT
</pubDate>
  </item>
  <item>
  <title>tasks that refuse to run after they fail twice</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/455993e72d5c881f/f170b380bcff5a87?show_docid=f170b380bcff5a87</link>
  <description>
  I have two custom &amp;quot;restart&amp;quot; tasks that restart apache and nginx, &lt;br&gt; respectively. I put :on_error =&amp;gt; :continue on both. &lt;br&gt; &lt;p&gt;After the Apache &amp;quot;restart&amp;quot; throws an error twice in the same script &lt;br&gt; (my fault), any subsequent calls to that task seem to get ignored... &lt;br&gt; &lt;p&gt;Has anyone else experienced this? I can see how this may be a feature
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/455993e72d5c881f</guid>
  <author>
  patc...@gmail.com
  (patcoll)
  </author>
  <pubDate>Wed, 10 Oct 2009 18:27:21 UT
</pubDate>
  </item>
  <item>
  <title>Needed a single revision: what does it mean?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/76dca2a03adeb560/72d04c4b38970c23?show_docid=72d04c4b38970c23</link>
  <description>
  Capistrano and Git worked properly till I moved my site to another &lt;br&gt; server. My first attempt to deploy went wrong because of an SSH-known- &lt;br&gt; hosts related problem. &lt;br&gt; &lt;p&gt;Even if I managed to solve this problem, another one raised and I &lt;br&gt; can&#39;t deploy any more: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastie.org/672169.txt&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;My git repository seems intact: why do I get &amp;quot;Needed a single
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/76dca2a03adeb560</guid>
  <author>
  collimarc...@gmail.com
  (collimarco)
  </author>
  <pubDate>Tue, 10 Oct 2009 19:38:48 UT
</pubDate>
  </item>
  <item>
  <title>Is there a way to have capistrano ignore timed-out machines?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/6ce56d34228b1b24/d7a315d2a3c3aa70?show_docid=d7a315d2a3c3aa70</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;I&#39;m trying to use Capistrano to run periodic tasks over a bunch of &lt;br&gt; machines and I don&#39;t really care if a machine goes down (i set quite a &lt;br&gt; short timeout in ssh_options) but by default, capistrano won&#39;t attempt &lt;br&gt; to run any commands on any machine if one is inaccessible. Does anyone &lt;br&gt; know of a way to easily change this behaviour so machines that aren&#39;t
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/6ce56d34228b1b24</guid>
  <author>
  tomri...@gmail.com
  (Tom Riley)
  </author>
  <pubDate>Tue, 10 Oct 2009 18:25:38 UT
</pubDate>
  </item>
  <item>
  <title>cap deploy failed, why is capistrano expecting to find database.yml in my deploy_to folder ?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/0cd7b7d0956e93ee/b3427925a938b1cb?show_docid=b3427925a938b1cb</link>
  <description>
  Hi everyone, &lt;br&gt; &lt;p&gt;I&#39;m new to Rails and Capistrano, &lt;br&gt; I&#39;m trying to deploy my first app (just a hello world app, no database &lt;br&gt; work yet), from an iMac to a Linux server, using git for SCM. &lt;br&gt; &lt;p&gt;cap deploy:setup went fine &lt;br&gt; cap deploy:check went fine &lt;br&gt; cap deploy or cap deploy:cold or cap:deploy:migrations they all fail
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/0cd7b7d0956e93ee</guid>
  <author>
  octimi...@gmail.com
  (octimizer)
  </author>
  <pubDate>Mon, 10 Oct 2009 23:22:59 UT
</pubDate>
  </item>
  <item>
  <title>using multistage: cap staging deploy:migrations doin&#39; stuff on the production server</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/a932a87da4fc5ec0/8b8a9e3426ca6ccd?show_docid=8b8a9e3426ca6ccd</link>
  <description>
  I&#39;m having trouble getting multistage working. Thank you so much in &lt;br&gt; advance for any insight. &lt;br&gt; &lt;p&gt;For some reason, asking for a staging deployment tries to deploy on &lt;br&gt; both the production server and the staging server. &lt;br&gt; The deploy output includes (see pastie below): &lt;br&gt; servers: [&amp;quot;myproductionserver.com&amp;quot;, &amp;quot;stage.myapp.com&amp;quot;]
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/a932a87da4fc5ec0</guid>
  <author>
  robert.h...@gmail.com
  (Robert Head)
  </author>
  <pubDate>Thu, 10 Oct 2009 19:29:13 UT
</pubDate>
  </item>
  <item>
  <title>SSH Timeouts for Long Running Migrations</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/e3a37f269a5040c3/56c5bfd5c5a8742c?show_docid=56c5bfd5c5a8742c</link>
  <description>
  We have a long running migration. After the migration finishes on one &lt;br&gt; box, when Cap starts the next task, the other ssh connections to the &lt;br&gt; other servers timeout and the deploy fails. &lt;br&gt; &lt;p&gt;I have read a number of items on the net and from this group regarding &lt;br&gt; this issue. However, there seems to be nothing that resolves the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/e3a37f269a5040c3</guid>
  <author>
  bod...@gmail.com
  (Mike)
  </author>
  <pubDate>Thu, 10 Oct 2009 00:44:20 UT
</pubDate>
  </item>
  <item>
  <title>SVN and Capistrano for designers?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/dd9cc29eee61d1e0/9794b88a145f84ed?show_docid=9794b88a145f84ed</link>
  <description>
  I often work with designers and HTML/CSS coders, and MANY MANY times, &lt;br&gt; I just need them to make quick changes to the CSS, images, or HTML. &lt;br&gt; &lt;p&gt;They usually have to email me the files, I overwrite my local &lt;br&gt; versions, check them in w/ SVN, and then cap deploy them. &lt;br&gt; &lt;p&gt;Is there some tool out there that would make it easy for my designers
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/dd9cc29eee61d1e0</guid>
  <author>
  andym...@gmail.com
  (Andy)
  </author>
  <pubDate>Wed, 10 Oct 2009 15:57:31 UT
</pubDate>
  </item>
  <item>
  <title>Patch: use :current_release in --dry-run</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/6af274980bd5bc45/0d25b331cdb29405?show_docid=0d25b331cdb29405</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;For some time I noticed some commands failing with --dry-run. I &lt;br&gt; managed to trace it back to usage of :current_release, and to patch it &lt;br&gt; with a default that is used when network is not available. &lt;br&gt; &lt;p&gt;Patch to deploy.rb, made against capistrano-2.5.9 gem, is available at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gist.github.com/213255&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/6af274980bd5bc45</guid>
  <author>
  maciekp.li...@gmail.com
  (Maciej Pasternacki)
  </author>
  <pubDate>Mon, 10 Oct 2009 10:33:39 UT
</pubDate>
  </item>
  <item>
  <title>Capistrano has ceased to start and stop mongrels</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/85d288367ccc75bb/3b0be45e3adc0f37?show_docid=3b0be45e3adc0f37</link>
  <description>
  development machine: Capistrano v2.5.9, Rails 2.2.2, OS X Snow Leopard &lt;br&gt; deployments machine: Capistrano v1.4.1, Rails 1.2.3, Solaris (Joyent) &lt;br&gt; Accelerator &lt;br&gt; &lt;p&gt;I changed development machines, had a couple of rough spots that &lt;br&gt; caused me to upgrade a substantial part of my RoR setup. Now, running &lt;br&gt; cap deploy, or variants that should (and always have) start, stop or
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/85d288367ccc75bb</guid>
  <author>
  danfdonald...@gmail.com
  (omnivore)
  </author>
  <pubDate>Sat, 10 Oct 2009 21:22:35 UT
</pubDate>
  </item>
  <item>
  <title>NOOB Error in git.rb when doing a cap deploy</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/3c6238169b0eacee/ea5569fe070b2d29?show_docid=ea5569fe070b2d29</link>
  <description>
  I am new to Capistrano, have just set up a repository I wish to deploy &lt;br&gt; from. &lt;br&gt; &lt;p&gt;The following is error I am getting: &lt;br&gt; &lt;p&gt; capistrano/recipes/deploy/scm/ git.rb:215:in `query_revision&#39;: &lt;br&gt; private method `split&#39; called for nil:NilClass (NoMethodError) &lt;br&gt; &lt;p&gt;The code leading up to that error is : &lt;br&gt; &lt;p&gt;def query_revision(revision)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/3c6238169b0eacee</guid>
  <author>
  j...@whidbey.com
  (blueHandTalking)
  </author>
  <pubDate>Wed, 10 Oct 2009 22:12:31 UT
</pubDate>
  </item>
  <item>
  <title>Rake migrate challenge, MediaTemple</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/065e799fe801a03c/76375ecdc9ed1564?show_docid=76375ecdc9ed1564</link>
  <description>
  We&#39;re trying to host a demonstration application on MediaTemple and &lt;br&gt; I&#39;m about to pull my hair out trying to get it deployed. After finally &lt;br&gt; getting all the right dependencies removed / installed Capistrano &lt;br&gt; appears to be functioning but not deploying. &lt;br&gt; &lt;p&gt;cap deploy:check comes back okay. &lt;br&gt; cap deploy:setup works too.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/065e799fe801a03c</guid>
  <author>
  brianma...@gmail.com
  (Brian Maggi)
  </author>
  <pubDate>Tue, 10 Oct 2009 15:16:42 UT
</pubDate>
  </item>
  <item>
  <title>Multiple Checkouts?</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/7a5b6f3aa18f38dc/9caa028b4e99f592?show_docid=9caa028b4e99f592</link>
  <description>
  Hi all, &lt;br&gt; I have a rails app that i have setup to deploy using capistrano but &lt;br&gt; i have another set of files that are in a different repository that &lt;br&gt; are neccessary to have the rails app function. They are JS/HTML/CSS &lt;br&gt; files that need to end up in the public directory or at least symlink &lt;br&gt; into the directory. I need to keep the files separate in the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/7a5b6f3aa18f38dc</guid>
  <author>
  pheg...@gmail.com
  (Kiran)
  </author>
  <pubDate>Mon, 10 Oct 2009 18:05:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [capistrano] Error in git.rb:215: in `query_revision&#39; when doing a deploy:cold</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/db068dbc978f4fa4/dd86e60b445febde?show_docid=dd86e60b445febde</link>
  <description>
  Please paste your deploy.rb so I can take a look at your configuration.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/db068dbc978f4fa4</guid>
  <author>
  lee.hamb...@gmail.com
  (Lee Hambley)
  </author>
  <pubDate>Sun, 10 Oct 2009 19:06:02 UT
</pubDate>
  </item>
  <item>
  <title>Easily limit deployment to only hosts in a certain role</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/cb6da41faf2ba93b/c3a6613367121866?show_docid=c3a6613367121866</link>
  <description>
  Pardon my newbieness but is there a way to easily limit deploy code to &lt;br&gt; only hosts in a certain role? I am thinking deploy:update_code to &lt;br&gt; default to app and migrations to run only on db. &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; &lt;p&gt;Kang
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/cb6da41faf2ba93b</guid>
  <author>
  nagarebo...@gmail.com
  (Kang)
  </author>
  <pubDate>Fri, 10 Oct 2009 22:06:57 UT
</pubDate>
  </item>
  <item>
  <title>Best way to trim duplicate hosts in a given role</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/6598e935a3678fc1/0d8b08a4c6536703?show_docid=0d8b08a4c6536703</link>
  <description>
  Anybody think of a good way to trim duplicate hosts in a role? &lt;br&gt; I realize this probably never happens to most of you, but I fill in &lt;br&gt; dynamic roles via two DB&#39;s and there is a possibility of duplicating a &lt;br&gt; host. Part of this is an architectural problem that I will fix in due &lt;br&gt; time, however this would be nice to figure out.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/6598e935a3678fc1</guid>
  <author>
  joseph.e.mcdon...@gmail.com
  (Joe McDonagh)
  </author>
  <pubDate>Fri, 10 Oct 2009 17:29:47 UT
</pubDate>
  </item>
  <item>
  <title>Start JBoss as background process using capistrano (nohup &amp; ampersand)</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/96084502d8029ba1/d0d84abe4be2c07d?show_docid=d0d84abe4be2c07d</link>
  <description>
  I am trying nohup and ampersand (&amp;amp;) but no luck. &lt;br&gt; &lt;p&gt;If i use: &lt;br&gt; &lt;p&gt;run &amp;quot;nohup /opt/jboss/jboss-eap-4.3/jboss -as/bin/run.sh &amp;gt; /tmp/ &lt;br&gt; my_jboss.start.log&amp;quot;, :pty =&amp;gt; true &lt;br&gt; &lt;p&gt;Then it is creating the my_jboss.start.log file and starting the &lt;br&gt; server but it doesn&#39;t return the capistrano console back to me. If I
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/96084502d8029ba1</guid>
  <author>
  zahi...@gmail.com
  (zahidal)
  </author>
  <pubDate>Fri, 10 Oct 2009 13:25:27 UT
</pubDate>
  </item>
  <item>
  <title>Setting up symlinks for multiple stages</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/024fde091089e66e/28e9100ffe0d5caf?show_docid=28e9100ffe0d5caf</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m sure I&#39;m missing it somewhere in the documentation, but I can&#39;t &lt;br&gt; seem to get the syntax in the correct place to make this work. I am &lt;br&gt; using multi stage and currently have 3 staging environments that I &lt;br&gt; deploy to. The staging and production servers have the same directory &lt;br&gt; structure, but a third temporary testing environment has a different
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/024fde091089e66e</guid>
  <author>
  cschal...@gmail.com
  (cswebgrl)
  </author>
  <pubDate>Fri, 10 Oct 2009 14:17:47 UT
</pubDate>
  </item>
  <item>
  <title>Setting symlinks in core</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/389cbc71d8fbfb35/8875053a3800ea90?show_docid=8875053a3800ea90</link>
  <description>
  The below chunk was taken just about directly from a video Scott &lt;br&gt; Chacon &lt;br&gt; made on setting up Capistrano tasks in deploy.rb: &lt;br&gt; &lt;p&gt; namespace :deploy do &lt;br&gt; task :restart do &lt;br&gt; run &amp;quot;touch #{current_path/tmp/restart.txt }&amp;quot; &lt;br&gt; end &lt;br&gt; task :symlink_shared do &lt;br&gt; run &amp;quot;ln -nfs #{shared_path}/config/database .yml #
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/389cbc71d8fbfb35</guid>
  <author>
  j...@whidbey.com
  (blueHandTalking)
  </author>
  <pubDate>Thu, 10 Oct 2009 19:47:26 UT
</pubDate>
  </item>
  <item>
  <title>Deploying from WinXP: Connecting with Putty, Pageant, and OpenSSH to a git repository</title>
  <link>http://groups.google.co.uk/group/capistrano/browse_frm/thread/1906e7a3027073e7/52f2d0105d547ddf?show_docid=52f2d0105d547ddf</link>
  <description>
  I have tried about everything to get this working, but still no luck. &lt;br&gt; &lt;p&gt;I am using public and private keys I generated with puttygen, &lt;br&gt; uploaded, then converted on my Solaris &lt;br&gt; server before putting into authorized_keys. &lt;br&gt; &lt;p&gt;I set Agent forwarding in Putty before I run: &lt;br&gt; &lt;p&gt; cap staging deploy. &lt;br&gt; &lt;p&gt;I get the following error:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/capistrano/browse_frm/thread/1906e7a3027073e7</guid>
  <author>
  j...@whidbey.com
  (blueHandTalking)
  </author>
  <pubDate>Thu, 10 Oct 2009 05:49:17 UT
</pubDate>
  </item>
  </channel>
</rss>
