there is a pid file in the web2py folder httpdserver.pid - bingo!!
-wes
On Tue, Mar 2, 2010 at 11:02 PM, Wes James wrote:
> I just ran web2py on os x leopard (10.5) and it was running web2py like this:
>
> kill -SIGTERM `cat pidfile`
kill -SIGTERM `cat \path\to\web2py\httpdserve.pid`
--
I just ran web2py on os x leopard (10.5) and it was running web2py like this:
/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
./web2py.py -M -a test -p 8080
when I had run from the command line like this:
./web2py.py -M -a test -p 8080
I also
you can put something in /Library/StartupItems
make web2py in this folder
create StartupParameters.plist with something like:
{
Description = "web2py";
Provides = ("web2py");
Requires = ("Disks", "Resolver");
OrderPreference = "Last";
Messages =
{
Hi,
Can anyone advise how I can setup web2py to start automatically when
the machine is turned on? i.e the services should all be started
without having to login.
How can that be done with plist and startup items?
Cheers
Al
--
You received this message because you are subscribed to the Google G
4 matches
Mail list logo