How would i use applications in a different directory? would there be any pros/cons to doing it like this? After getting an application setup i find (so far, more advanced stuff might be different) i dont edit the core web2py stuff very often. I can see the application in a different dir could be easier for managing with git/hg. Does this have any effect with the admin app? Would the admin app even be able to see the apps if they are outside of the web2py/applications dir?
On May 1, 8:49 pm, Bruno Rocha <rochacbr...@gmail.com> wrote: > I do that with mercurial (HG) > > I have web2py folder as an hg repo, when a new version of web2py is released > I pull my web2py folder to the current release, in development I always work > with trunk. > > Inside applications folder I have one HG repo for each application, on > development I push that to bitbucket, then on my production server I just > pull the specific application. > > Note that web2py can work with applications on different folder, you can > have apps in /home/myapplications and web2py in /var/web2py. > -- > Bruno Rocha > [ About me:http://zerp.ly/rochacbruno]