On Thu, Jul 3, 2014 at 8:38 AM, lyn2py <lyn...@gmail.com> wrote: > > If you are planning to deploy to production servers, I just want to reassure > you that what works on localhost will work on production servers.
Not always. Be careful, specially if you use Windows or MacOS and have mixed case file or directory names. You must keep in mind Linux/Unix filesystem are case sensitive and Windows/MacOS are not. So, a tip is never use mixed case for files or directories. The best approach is to have parity between dev and production envs. To achieve that, use a VM (i.e, Virtualbox + Vagrant) with same OS version as your production server as staging before deploying to production. > > Thank you to Massimo and all > developers for putting in your time, effort and expertise to make Web2py > such a wonderful framework and contribute to this sharing community. +1 -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.