Sorry to hassle, but:
a. What is the recommended process to install web2py on an EC2 instance
without Apache (see original note)?
b. What is the recommended method to connect to web2py on an EC2 instance
from Windows to access the Admin facility - we're currently using WinSCP
and PuTTy (see Richard's response too)?
c. We have mongrel2 already setup and prefer to use it as the Http web
server. Is web2py + mongrel2 on an EC2 kicked-off with:
python anyserver.py -s mongrel2 -i xx.xx.xx.xx -p 80 -l -P, where
xx.xx.xx.xx is the EC2 public IP address listening on port 80?
--