This recipe which had worked:

{
One step production deployment

Here are some steps to install apache+python+mod_wsgi+web2py+postgresql 
from scratch.

On Ubuntu:

wget http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh
chmod +x setup-web2py-ubuntu.sh
sudo ./setup-web2py-ubuntu.sh

}

*no longer works when using the Ubuntu 14.04 operating system.*

Instead of getting the default web2py "welcome" application (when you type 
in the IP address on the browser), an Apache default page is displayed.

returning to Ubuntu 12.04 operating system fixed the issue (the deployement 
recipe worked on that older Ubuntu version)

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to