You can run the script on your system by typing python web2py.py but I assume you know this.
To install it permanently there is a script just for this. It does the following: * Installs any required features that you would need to run web2py. * Setups apache for you with access to https:// for your admin interface. * Install postgresql for you if you need a database. And many other things you can see when your looking at the scripts code. You can running it like this from your web2py directory... cd scripts ./setup-web2py-ubuntu.sh And have fun! You can see what it runs, which is most likely what we would tell you in email by typing this... cd scripts gedit setup-web2py-ubuntu.sh BR, Jason Brower On Thu, Jun 14, 2012 at 1:41 PM, Amit <[email protected]> wrote: > I am new bee in web2py development so can anyone share me whole procedure > of how to install web2py in ubuntu machine? And how to run web2py > application in ubuntu machine? > > Please share me the procedure in details. > > Thanks in advance. >

