Are you referring to the Cake core? I don't think that would be a very
good idea at all. You'd be facing potentially major breakage. That's
not a swipe at Cake, but you have to understand that some changes will
possibly require updates to your own code. And, hey, bugs happen.
Better to test *extensively* before rolling out a new core to
production. I'd never let one of my clients (that I want to keep) take
care of that themselves.

And it's really easy to have several core libraries sitting beside
each other, as you just need to change the path in webroot/index.php

On Fri, Feb 13, 2009 at 3:22 PM, LunarDraco <[email protected]> wrote:
>
> I have a couple projects that have been deployed to multiple clients/
> locations.
> I'm finding it a pain to keep them all updated, so I wanted to make a
> plugin that would allow me to visit an updates page on the installed
> site and it would check for updates to the currently installed
> version.
>
> I've done some searching and have yet to find anything really useful.
>
> So my question to the group is first, has anyone already started work
> on such a service to be used with cakephp apps or plugins?
>
> Second can the group give me some ideas on requirements that might be
> useful for such a service.
>
> I was thinking an updates page which would show the current installed
> version. A list of possible updates that would be pulled from the
> service. Weather or not the update requires db Schema changes etc.
> Possibly a place to specify the URL to look for updates.
>
> The second part of the update would be the Service App itself that
> would live on my server where I as a developer can post new releases
> etc.
>
> My main goal here is to allow my clients the ability to do a one click
> update. Which would download the new update, run some scripts on the
> local server to extract/install the update and then run the db
> migrations etc.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to