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
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
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
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
> 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
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
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
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
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