#!/bin/sh cd ./web2py cat /dev/null > httpserver.log python web2py.py -a password -i 127.0.0.1 -p 8000 -f /home/......../ web2py
leone On 14 Mar, 18:28, Hillman <[email protected]> wrote: > Is there a way to start up the local server without needing to use the > GUI? > > Something like: $ python web2py.py --port=8000 --admin- > password=<password-or-None> > > And then just have it start as if I hit the "Start Server" button? > > Thanks. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

