On a fresh Ubuntu install type
wget http://web2py.googlecode.com/svn/trunk/scripts/setup-web2py-ubuntu.sh
chmod +x setup-web2py-ubuntu.sh
sudo ./setup-web2py-ubuntu.sh
It will:
- apt-get everything you need
- create /home/www-data/web2py
- start a local web2py copy on port 8123 to ssh into its admin interface
- create a self signed certificate
- write /var/apache2/sites-available/default configured to use the certificate and mod_wsgi with web2py
- restart apache and postgresql
After you run the script, simply visit:
http://hostname/
.playincard....
ross.peoples...
frank
abhishekgupt...