[Capistrano] Re: Using Capistrano to Deploy/Manage non Rails Apps

2007-01-15 Thread Mike Bailey
On 16/01/2007, at 2:24 AM, [EMAIL PROTECTED] wrote: I'd like to use Capistrano to deploy some non-Rails apps that I use. Let me tell you, Capistrano is very well suited for this however it may require some coding by you to achieve this as the default recipes are aimed at Rails installat

[Capistrano] Re: Using Capistrano to Deploy/Manage non Rails Apps

2007-01-15 Thread Erik Kastner
capistrano no longer uses the rake command - just use "cap deploy" cap works just fine if you have an svn set up, and a public and config dirs. I'd be happy to help off this list if you'd like (or we can do it out here if that would be helpful) On 1/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>

[Capistrano] Re: Using Capistrano to Deploy/Manage non Rails Apps

2007-01-15 Thread [EMAIL PROTECTED]
I've got some PHP and also some PERL that I'd like to work with. I found a couple of PHP articles onilne, but none really walked me through the steps, they seemed to require some knowlege of how Capistrano works. I've tried going through the manual, but I get stuck when it tells me to execute m

[Capistrano] cold_deploy Permission denied error

2007-01-15 Thread [EMAIL PROTECTED]
I am attempting to use Capistrano to deploy my rails app. My development machine and the deployment machine are both running Ubuntu. The problems I seem to be having are related to Ubuntu's sudo policies. I have created the appropriate user on both machines, but am still having the following pr

[Capistrano] Re: Using Capistrano to Deploy/Manage non Rails Apps

2007-01-15 Thread Sean
Hey, What apps are you thinking of? I recall seeing stuff about PHP and Java deployments using capistrano somewhere a while back. Knowing what you have in mind would help people point you in the right direction. Regards, Sean On 1/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'd like

[Capistrano] Using Capistrano to Deploy/Manage non Rails Apps

2007-01-15 Thread [EMAIL PROTECTED]
I'd like to use Capistrano to deploy some non-Rails apps that I use. I have been looking for documentation, and the Cap manual uses RoR for its examples - Unfortuantely, I'm not familiar enough with RoR to adapt the information for my needs. If anyone has some experience and wouldn't mind answer

[Capistrano] Re: cold_deploy does a restart (?)

2007-01-15 Thread Jamis Buck
Ugh, thanks for pointing that out, Jeroen. I'll fix. - Jamis On Jan 15, 2007, at 6:09 AM, jeroen wrote: Hi, I think cap cold-deploy does not do as the documentation says. desc <<-DESC Used only for deploying when the spinner isn't running. It invokes deploy, and when it finishes it then in

[Capistrano] handy task for setting up a new site

2007-01-15 Thread jeroen
I need one task to completely install a new rails app using mongrel_cluster. This does the trick! Put this code in some file and require it from your deploy.rb Capistrano.configuration(:must_exist).load do desc <<-DESC You should have created an empty database *before* running this task. 1.

[Capistrano] cold_deploy does a restart (?)

2007-01-15 Thread jeroen
Hi, I think cap cold-deploy does not do as the documentation says. desc <<-DESC Used only for deploying when the spinner isn't running. It invokes deploy, and when it finishes it then invokes the spinner task (to start the spinner). DESC task :cold_deploy do deploy spinner end The deploy doe