Re: cake deployer

2007-10-05 Thread cakeFreak
Cheers Dave, I really appreciated your help. I'll dive deep into the single commands, and I'll might get back with some comments on your commands! looking forward your deploiment script via shell! Dan --~--~-~--~~~---~--~~ You received this message because you

Re: cake deployer

2007-10-04 Thread Dave J
Hi Dan, here's basically the commands that would do a basic deployment using SSH/SVN. I'm currently rewriting the whole thing as a console script for cake, so to keep the deployment script as part of the main project (relying only on svn and rsync as external libraries). What needs to be noted i

Re: cake deployer

2007-10-04 Thread cakeFreak
Hey Dave, can you please give me the full command to deploy with rsync from my local machine and: 1) the repository is on my localhost 2) I need to chmod the files to be accessible to another user, and not just the root admin that has ssh permission on my virtual server, on the server I'm a n

Re: cake deployer

2007-10-03 Thread Dave J
Doesn't need to be so complicated. You could just use Cake's new console to make a script to export the HEAD revision to Cake's tmp directory, rsync to the target server (using '-avz' as options) and you're done. Then you could just add bells and whistles, like specifying which svn revision you w

Re: cake deployer

2007-10-03 Thread Adwin Wijaya
> wrote: > > > > > > > I was impressed with cake console to generate new project ... but I > > think we need to supply with cake deployer . > > > i got this problem when i created a project using console, let say the > > file is in c:\php\cake12\ (contain

Re: cake deployer

2007-10-03 Thread Samuel DeVore
t; > On 10/3/07, Adwin Wijaya <[EMAIL PROTECTED]> wrote: > > > > I was impressed with cake console to generate new project ... but I > > think we need to supply with cake deployer . > > > > i got this problem when i created a project using console, let say the

Re: cake deployer

2007-10-03 Thread Chris Hartjes
http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/ On 10/3/07, Adwin Wijaya <[EMAIL PROTECTED]> wrote: > > I was impressed with cake console to generate new project ... but I > think we need to supply with cake deployer . > &g

Re: cake deployer

2007-10-03 Thread Walker Hamilton
Have you heard of Capistrano? ( http://capify.org ) It's good. Don't re-invent the wheel. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups

cake deployer

2007-10-03 Thread Adwin Wijaya
I was impressed with cake console to generate new project ... but I think we need to supply with cake deployer . i got this problem when i created a project using console, let say the file is in c:\php\cake12\ (contains all 1.2 files) then i created a new project on c:\www\htdocs\cake when I