Re: Capistrano + PHP deployment

2007-09-24 Thread cakeFreak
Cheers Chris for the help in pointing me to the right direction! That why I said earlier that Apache *remote* server should have *svn installed* and module svn enabled. I probably expressed this idea in a misleading way: I did not wanted to say that Apache 2.2 was required, and I didn't specify

Re: Capistrano + PHP deployment

2007-09-23 Thread cakeFreak
hey Chris, well the answer I get from my remote server is: - ** [out :: www.mySite.com] sh: line 1: svn: command not found -

Re: Capistrano + PHP deployment

2007-09-23 Thread Chris Hartjes
On 9/23/07, cakeFreak [EMAIL PROTECTED] wrote: hey Chris, well the answer I get from my remote server is: - ** [out :: www.mySite.com] sh: line 1: svn: command not found

Re: Capistrano + PHP deployment

2007-09-22 Thread ianh
I know, was in a huge rush to get out last night hence it had to wait. Script is at http://bin.cakephp.org/view/1734552105 This is version 0.1 of a set of cake deploy tasks. Lots to do including: 1. handling rollback if the transaction fails; 2. deleting the app_for_deletion dir if the

Re: Capistrano + PHP deployment

2007-09-22 Thread cakeFreak
Just a small note that might be usefull to somebody: I tried Chris recepy, but I didn't have my Apache live server (not the locale, on my Windows machine) configured with subversion. In order to use Chris recepy you should compile your Apache 2.2 live server with subversion, and have the

Re: Capistrano + PHP deployment

2007-09-22 Thread Chris Hartjes
On 9/22/07, cakeFreak [EMAIL PROTECTED] wrote: Just a small note that might be usefull to somebody: I tried Chris recepy, but I didn't have my Apache live server (not the locale, on my Windows machine) configured with subversion. In order to use Chris recepy you should compile your Apache

Re: Capistrano + PHP deployment

2007-09-22 Thread cakeFreak
Hep Chris, but as you pointed out you need SVN client running on the remote server. That, tell me if I'm wrong, means: LoadModule dav_svn_module modules/mod_dav_svn.so installed on your remote apache Server. On 22 Set, 17:02, Chris Hartjes [EMAIL PROTECTED] wrote: On 9/22/07,

Re: Capistrano + PHP deployment

2007-09-22 Thread Chris Hartjes
On 9/22/07, cakeFreak [EMAIL PROTECTED] wrote: Hep Chris, but as you pointed out you need SVN client running on the remote server. That, tell me if I'm wrong, means: LoadModule dav_svn_module modules/mod_dav_svn.so installed on your remote apache Server. Um, no. You just

Capistrano + PHP deployment

2007-09-21 Thread cakeFreak
Hey guys, I read throught the *Automated PHP Deployment With Capistrano* tutorial = http://www.simplisticcomplexity.com/2006/8/16/automated-php-deployment-with-capistrano but it seems outdated. Does anyone has any FRESH suggestion for using Capistrano for PHP projects? Cheers in advance Dan

Re: Capistrano + PHP deployment

2007-09-21 Thread Chris Hartjes
On 9/21/07, cakeFreak [EMAIL PROTECTED] wrote: Hey guys, I read throught the *Automated PHP Deployment With Capistrano* tutorial = http://www.simplisticcomplexity.com/2006/8/16/automated-php-deployment-with-capistrano but it seems outdated. In what way do you think it's outdated? I'm

Re: Capistrano + PHP deployment

2007-09-21 Thread Dr. Tarique Sani
On 9/21/07, Christian Winther [EMAIL PROTECTED] wrote: Do share ? :) +1 Tarique -- = Cheesecake-Photoblog: http://cheesecake-photoblog.org PHP for E-Biz: http://sanisoft.com

Re: Capistrano + PHP deployment

2007-09-21 Thread Chris Hartjes
On 9/21/07, Dr. Tarique Sani [EMAIL PROTECTED] wrote: On 9/21/07, Christian Winther [EMAIL PROTECTED] wrote: Do share ? :) +1 Okay, okay. http://www.littlehart.net/atthekeyboard/2007/09/21/deploying-cakephp-applications-using-capistrano/ -- Chris Hartjes Senior Developer Cake

Re: Capistrano + PHP deployment

2007-09-21 Thread cakeFreak
Hey Chris, cheers for sharing! I thought it was not updated 'cause I tried to follow the tutorial and it didn't work for me. + I'm new to capistrano one question: I have all my php projects in C:\\www, while I installed all Ruby + Capistrano stuff in C:\\ruby In order to give the recepy to

Re: Capistrano + PHP deployment

2007-09-21 Thread Chris Hartjes
On 9/21/07, cakeFreak [EMAIL PROTECTED] wrote: Hey Chris, cheers for sharing! I thought it was not updated 'cause I tried to follow the tutorial and it didn't work for me. + I'm new to capistrano one question: I have all my php projects in C:\\www, while I installed all Ruby +

Re: Capistrano + PHP deployment

2007-09-21 Thread ianh
Suitably inspired and with absolutely no ruby experience whatsoever (how hard could it be?!) I just sat down, installed ruby and capistrano and wrote a simple deployment script for an app that: 1. archives the current version as a tar file 2. exports the latest version from SVN 3. sets the

Re: Capistrano + PHP deployment

2007-09-21 Thread Chris Hartjes
On 9/21/07, ianh [EMAIL PROTECTED] wrote: Suitably inspired and with absolutely no ruby experience whatsoever (how hard could it be?!) I just sat down, installed ruby and capistrano and wrote a simple deployment script for an app that: 1. archives the current version as a tar file 2.

Re: Capistrano + PHP deployment

2007-09-21 Thread Dr. Tarique Sani
On 9/22/07, ianh [EMAIL PROTECTED] wrote: capistrano and wrote a simple deployment script for an app that: 1. archives the current version as a tar file 2. exports the latest version from SVN 3. sets the permissions on the tmp folder; and now you should share it :) Tarique --