[web2py] Re: How do I deploy an application to a linux server ?

2013-02-12 Thread Emilius Omeen
some useful information you can find in /web2py/scripts folder or in http://web2py.com/books/default/chapter/29/13 Deployment recipes @debi:/home/www-data/web2py/scripts$ ll . .. autoroutes.py bench.py cleancss.py cleanhtml.py cl

[web2py] Re: How do I deploy an application to a linux server ?

2013-02-13 Thread BlueShadow
The easiest way on ubuntu is this one: wget http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh chmod +x setup-web2py-ubuntu.sh sudo ./setup-web2py-ubuntu.sh On Wednesday, February 13, 2013 6:53:59 AM UTC+1, Hector Magnanao wrote: > > We have web server and I would like to deploy m