You can install one web2py and have as many apps under it as you like. By default they have separate dbs and separate appadmins. They will have one admin.
I never run more than one web2py instance on the same machine. I do not see any reason for it. For example http://web2py.com http://web2py.com/book http://web2py.com/appliances http://web2py.com/AlterEgo http://web2py.com/plugins http://web2py.com/layouts http://experts4solutions.com http://fermiqcd.net ... and ~10 more. They all run off the same web2py instance under apache. Not sure about uwsgi in emperor mode. I never tried. Massimo On Aug 7, 11:17 am, Gour-Gadadhara Dasa <[email protected]> wrote: > Hello, > > I believe that we'll settle on Web2py (over Django) for our future web needs > (moving from PHP to Python) and I'm not 100% clear how does deployment with > Web2Py go...iow, does one install one instance of web2py and install specific > app for each site, e.g. {app1,app2,app3} or it is required to e.g. install 3 > different instances of web2py each having app{1,2,3} installed? > > Considering that for running django on our host provider, we can use uwsgi in > emperor mode to speak with nginx (running as reverse proxy), we wonder what > would be setup to run several web2py sites? > > Sincerely, > Gour > > -- > “In the material world, conceptions of good and bad are > all mental speculations…” (Sri Caitanya Mahaprabhu) > > http://atmarama.net| Hlapicina (Croatia) | GPG: 52B5C810 > > signature.asc > < 1KViewDownload

