@Yuri: Thanks for the tip, it worked perfectly. @Paul: It is a new project for the institution I work for, the code is here: https://github.com/joseguerrero/kit-servicios on the branch 'empaquetado'.
Originally I had not considered using a tool for configuration, because the app is meant to be used by common users rather than sysadmins, so I'm preseeding the configuration for nginx and uwsgi from this files respectively: https://github.com/joseguerrero/kit-servicios/blob/empaquetado/tribus/config/data/tribus.nginx.conf https://github.com/joseguerrero/kit-servicios/blob/empaquetado/tribus/config/data/tribus.uwsgi.ini But I think it may be a good practice for further development, I believe this package is meant for that: https://pypi.python.org/pypi/django-debian/0.10.2 Thanks for the links (I'll be checking them) and thanks for all the help PD: Sorry for my bad english 2015-02-19 21:22 GMT-04:30 Paul Wise <[email protected]>: > On Fri, Feb 20, 2015 at 9:47 AM, Paul Wise wrote: > > > In general, there isn't any way to know how the sysadmin wants to > > setup web apps so you need to ask them if they want to set up the app > > Some docs (probably outdated) you might want to look at: > > https://webapps-common.alioth.debian.org/draft/html/ > https://webapps-common.alioth.debian.org/draft-wac/html/ > > -- > bye, > pabs > > https://wiki.debian.org/PaulWise > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: > https://lists.debian.org/caktje6g27zhqnrgirmuxqwgbteeqvmabdue4te19g8xlkru...@mail.gmail.com > >

