[Capistrano] Re: heartbeat -- where is it?

2007-03-12 Thread Charles Brian Quinn
ast weekend with a simple way to handle that, and should work really nicely when it's implemented (soon). We have a beta version up that we're using internally, and we love it. We'll be sure to post here and on the rails-deployment list with updates on release dates. -- Charl

[Capistrano] Document root symlink causes "Symbolic link not allowed or link target not accessible"

2007-02-09 Thread Charles Brian Quinn
s now: and now the symlink option could be followed to get to the current release. Hope this helps someone, -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com main: 678.389.9462 fax: 678.826.0969 Ruby on

[Capistrano] Re: Using Capistrano for Non Rails SYS/DBA admin type tasks.

2007-02-05 Thread Charles Brian Quinn
hat script, and let me know if you have any questions/problems. So many have been using, I setup a trac for it: http://trac.highgroove.com/deployment any feedback is appreciated, hope you get some good use out of 'em. deprec and the railsmachine folk all have similar tools, too might be

[Capistrano] Re: run command duplicates output

2007-02-02 Thread Charles Brian Quinn
on_setup do # ... I think this works better, but only IMHO. I also realize this is not answering your question, so take with a grain of salt. Cheers, -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com mai

[Capistrano] Re: public/private deployment with ssh-agent

2007-01-25 Thread Charles Brian Quinn
+ password = configuration[:svn_password] ? "--password # > {configuration[:svn_password]}" : "" > + "#{username} #{password}" > +end > + > def svn_log(path) > - `svn log -q --limit 1 #{path}` > +

[Capistrano] Re: public/private deployment with ssh-agent

2007-01-25 Thread Charles Brian Quinn
nter your SSH key password: ") > > pwd = $stdin.readline > > $stdout.puts pwd > > channel.send_data pwd > > end > > end > > run 'env' > > end > > > > This works in the sense that the next time I log in to my SVN

[Capistrano] Capistrano task for setting up monit

2007-01-25 Thread Charles Brian Quinn
t monit_configuration, "/etc/monit.d/rails.conf" end -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com main: 678.389.9462 fax: 678.826.0969 Ruby on Rails Bootcamp at the Big Nerd Ranch Intensive Ruby on

[Capistrano] Re: Good way to setup a machine - sysadmin stuff

2007-01-12 Thread Charles Brian Quinn
ey <[EMAIL PROTECTED]> wrote: > > > On 12/01/2007, at 5:38 PM, Charles Brian Quinn wrote: > > Nice stuff. Do you work for slingshot or just use them for VPS's? > > > Mike, I may have to take you up on your word that it'd be easy to > > integrat

[Capistrano] Re: Capistrano basic tasks

2007-01-11 Thread Charles Brian Quinn
Oh on that updatable-manual, that's a fabulous idea, Jamis. Count me in as a contributor. And I'd take that Ezra character up on the hosting if it comes to that. Him and Rob Orsini may also know a thing about real-world capistrano usage too. ;-) -- Charles Brian Quinn self

[Capistrano] Re: Good way to setup a machine - sysadmin stuff

2007-01-11 Thread Charles Brian Quinn
> I'm interested in knowing if people use it to setup more of a machine: > > which rpms, packages > > are installed, apache setups, etc. > > > > beep > > > > > > > > > > > > -- Charles Brian Quinn self-promotion: www.seebq.com

[Capistrano] Re: How to deploying a branch

2007-01-07 Thread Charles Brian Quinn
For a client, we altered the repository line to read: set :repository, "https://svn.server.com/#{application}/tags/#{ENV['DEPLOY_VERSION']}" so now it is deployed with: cap deploy DEPLOY_VERSION=1.2.5 hope that helps -- Charles Brian Quinn self-promotion: www.seebq.co

[Capistrano] Re: capistrano, .bashrc, Debian and RedHat

2006-12-11 Thread Charles Brian Quinn
know how. It'll require some serious SSH- > fu, I think. If anyone wants to play with that and figures out a way > to make it work, please let me know. I'd love for capistrano to mimic > the command-execution semantics of the ssh command as closely as > possible. > >

[Capistrano] Re: Combine Capistrano with acts_as_ferret

2006-11-11 Thread Charles Brian Quinn
We use capistrano with acts_as_ferret as well. Our recipes are here: http://svn.highgroove.com:8080/deployment/trunk/apache2_2_mongrel_deploy.rb there's even a task in there for rebuilding the index, say after you've setup the symlink to a shared dir. enjoy, -- Charles Brian

[Capistrano] [PATCH] remote: namespace method missing deprecation

2006-11-04 Thread Charles Brian Quinn
name) task_name = $2 cap task_name end end Now when you run: remote: it just sends cap Seems to be working well, but I'd love some comments or to see if this works on all setups. I still left the remote:exec task, because that's the other one I use. patch attache

[Capistrano] Re: spinner task calls non-existent rails script

2006-10-29 Thread Charles Brian Quinn
; The "spin" script doesn't seem to exist in any Rails app I've > generated. > > In browsing through the Rails svn repository, it looks like there used > to be a script called "process/spinner.rb", but it was removed last > June or so. > > > I&#x