On Monday, January 25, 2016 at 1:52:43 PM UTC-8, Dave S wrote: > > On Monday, January 25, 2016 at 9:52:56 AM UTC-8, Massimo Di Pierro wrote: >> >> Mark is right. If you use a VPN like AWS, you are better off setting up a >> production system using one of the install script provided. For example >> >> web2py/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh >> >> This is still a demo, not a production system. I would certainly move to > something more capable if we do go to production. > > I think, though, that we may be dealing with router issues (not > router.py), and may have to check our security group settings. Does anyone > have advice on that aspect? >
It appears that it is a RHEL firewall problem (operator training required). Moving to an AWS Linux AMI got everything going very simply. AWS Linux uses yum, so I think going to production would use the Centos7 script ... can anyone confirm that that's the right path? > > >> Notice that if you have the latest web2py and you have installed it >> locally and you have fabric you can simply run locally: >> >> cd web2py >> fab -H [email protected] install_web2py >> cd applications/myapp >> fab -H [email protected] deploy >> >> >> Where does the fabfile live nowadays? I'd like to skim it before using > it. > > Massimo answered this in <URL:https://groups.google.com/d/msg/web2py/6AsSGM9MzVQ/Suam1Fy5DQAJ> except that the "Normal Users->source code" selection of 2.13.4 did not seem to include it. I found the fabfile at HEAD on githob, so I'm good for now in that regard. /dps -- 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/d/optout.

