Re: [web2py] Re: How to start web2py server permanently

2011-06-06 Thread Manuele Pesenti
On 07/06/2011 08:00, pradeesh narayan wrote: Thank you Rahul... Its worked fine. Thanks once again for your help. you got another chance here http://www.web2py.com/book/default/chapter/11#Start-as-Linux-Daemon Manuele

Re: [web2py] Re: How to start web2py server permanently

2011-06-06 Thread pradeesh narayan
Thank you Rahul... Its worked fine. Thanks once again for your help. On Tue, Jun 7, 2011 at 7:12 AM, Rahul wrote: > Alternately, you can use the nohup command if you have shell access. > Like > > nohup python web2py.py - a'' -i -p > & > > This will last till your server machine is re-booted.