On Aug 27, 10:03 am, MidGe <degreef.mic...@gmail.com> wrote: > I am trying to use fluxflex but I must be missing something > fundamental as I do not understand what is happening when I follow the > instructions. > > First of all, it all seems to be working fine. I can see the site and > I can log in admin etc... > > When I use git to clone the fluxflex install on my machine, it gives > me a nearly empty repository! I would expect to get an install > similar to the one I get when I unpack web2py on my machine. I cannot > see any applications, let alone other files that I may need modify or > create, like routes.py. > > Can someone point out to me where am I supposed to make the changes I > may require? Where is the install of web2py located? Should it not > be there when I git clone the flexflux instance to my drive? > > Any help or pointer to a help would be greatly appreciated.
I am not the author of web2py-for-fluxflex, but here is my understanding anyway. The web2py-for-fluxflex repo is designed to be "nearly empty". It just contains scripts to download latest official web2py stable release. That is it. Nothing more. And this way every user can use this repo, instead of everyong forking his own web2py repo which will soon become out-of-sync. So later we need to use "web2py way" to do all other jobs, includes but not limited to: 1. upgrade the web2py by clicking "upgrade" button in web2py's admin app (I guess no one did that yet, at the time of my writing this post) 2. upload/upgrade/deploy individual app, by packing your web2py app into a .w2p file and then upload it. I havn't tried that yet. It might encounter some "post-size-limit" of fluxflex. We will see. I don't know how to git-pull or hg-pull an individual app, like I did on webfaction. Perhaps that is not possible on fluxflex, unless they provide an ssh shell in the future. Just my 2 cents. Regards, Ray