Re: Best Upgrade Path

2008-06-19 Thread theandystratton
@leo and @Chris thanks a lot for the input/suggestions. Good call on the diff on files in app/config/ ! On Jun 18, 10:05 am, leo [EMAIL PROTECTED] wrote: Maybe it's naïve of me, but I just copy the new cake directory over the old cake directory (well actually everything but app). I would

Re: Best Upgrade Path

2008-06-18 Thread Chris Hartjes
On Wed, Jun 18, 2008 at 9:15 AM, theandystratton [EMAIL PROTECTED] wrote: Thanks guys, these are both great and give me some good insight. @Sam I really like the linking idea, thanks again. One other question then, does the app directory never need to be touched? The only thing that

Re: Best Upgrade Path

2008-06-18 Thread leo
Maybe it's naïve of me, but I just copy the new cake directory over the old cake directory (well actually everything but app). I would expect the app directory to be fairly inviolable by CakePHP. Sure, there will be times when certain things change like the extension for template (view) files,

Best Upgrade Path

2008-06-06 Thread theandystratton
Hey all, I'm new to Cake, and have been playing with it the past few weeks. I've been using a beta copy of 1.2 and want to upgrade to the release that just posted. Is there an Upgrade/Update tutorial or best practice out there anyone can recommend? I haven't found anything with my initial

Re: Best Upgrade Path

2008-06-06 Thread Chris Hartjes
On Fri, Jun 6, 2008 at 11:52 AM, theandystratton [EMAIL PROTECTED] wrote: We're also thinking about standardizing this for all of our sites eventually, and will definitely want to create a safe, clean, upgrade process as Cake's development continues. The best way I have found to handle this

Re: Best Upgrade Path

2008-06-06 Thread Samuel DeVore
Generally what I do for production is have all my cake core files out of my web root path, with each version of cake that I have used in it's own subfolder then link to a cake_current folder to my production release dependancy then in index.php in app/webroot/ I have the following if