Re: [web2py] Deploying single web2py applications in Debian

2011-09-29 Thread Kenneth Lundström
Every application is in it´s own folder already. With routes.py you can specify which domain(subdomain) belongs to which application. Admin is not separate, so you have one admin for all applications. Kenneth Hi all, I was wondering what would be the preferred method for deploying

[web2py] Deploying single web2py applications in Debian

2011-09-29 Thread Jani-Matti Hätinen
Hi all, I was wondering what would be the preferred method for deploying single web2py applications in Debian? What I basically want to do is to deploy a single web2py application in the root of each domain with all applications/domains using the single web2py/gluon installation provided&