Upgrade

Questions related to installing Zuluru 1: Locked now, all new installations should use Zuluru 3
dyoung
Posts: 68
Joined: Mon Dec 09, 2013 5:33 pm

Re: Upgrade

Post by dyoung »

Oh, right. :oops:
Once again I solidify my position. I am glad to help you idiot test.
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Re: Upgrade

Post by GregS »

Can you tell me a little about the directory structure you have used? I want to replicate this for testing, or it may be that I'll just spot something off right away. In particular, I need to know where the cake, zuluru, webroot and plugins folders are (relative to each other, I don't need absolute paths if you're concerned about security), and where the DocumentRoot of your Apache setup for this host is pointing to. For example, in a "standard" installation, you have x/cake, x/zuluru, x/zuluru/webroot and x/zuluru/plugins, and DocumentRoot points to x/zuluru/webroot. For most shared hosting plans, though, you'll generally need to modify that structure somewhat, and you've got your Zuluru in a subfolder so I expect you've modified it too.
dyoung
Posts: 68
Joined: Mon Dec 09, 2013 5:33 pm

Re: Upgrade

Post by dyoung »

I am running Linux Mint and used Synaptic to install cakephp 1.3.15. I think that puts cake in /usr/share/php/cake
Apache is set up to look for pages in /var/www
I create a directly in /var/www/XXXX and complete your installation steps (gits and chmod for directories.)

Most of the work I am doing is localhost.
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Re: Upgrade

Post by GregS »

Hmm. I thought we'd resolved this one. I think that what's happened is that you followed the "delete installation directory" link at the end of the initial install, so now that plugin is no longer there, and that's what's needed for updates. When I wrote the installer, there were no updates, and when I added them I never went back and removed that link. I took the idea from some other software (don't remember which), but I'm unconvinced that there's any actual benefit to having done so; the update shouldn't be able to break anything, so I don't see any harm in it being there for people to try to run it. I guess the idea is "better safe than sorry", but if deleting it is going to cause update problems then I should probably just leave it in place.

For you, I'd think that something like "git checkout -- plugins/install" might recover it.
dyoung
Posts: 68
Joined: Mon Dec 09, 2013 5:33 pm

Re: Upgrade

Post by dyoung »

Thanks will do.
Locked