The process for installing web2py on an EC2 Ubuntu instance is with the script setup.py-web2py-ubuntu.sh. However, this script installs Apache which we don't want. We want to:
a. develop on EC2 using the local web2py Rocket web server and deploy with mongrel2 (preferable), otherwise Nginx b. if a) is not possible, develop and deploy with web2py + mongrel2 (preferable), otherwise +Nginx What are the recommended steps to get going on EC2 in this case? Thank-you. --

