When I work in the development environment (virtualbox centos) and then move the application to production server, I always run into permission issues. The extracted (from tar) files will have userid and grouid as some numbers, or "root". Eventually I do a chown -R nginx to all files under web2py/applications. Is this the right approach? Which folders really need a permission change? I wanted to write a script which will change permissions for only those folders/files where it is really necessary.
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

