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/
Comments (9)
0
rajaram-s 12 years ago
0
virtualdisaster 14 years ago
0
dalenkruse 14 years ago
0
mrfreeze 14 years ago
0
villas 14 years ago
0
yarkot 15 years ago
0
villas 15 years ago
0
cjs 15 years ago
0
cjs 15 years ago