Hi,
follow the instructions:
http://forum.webfaction.com/viewtopic.php?pid=8473
when I startup web2py
Create admin password:
in ~/webapps/apachewsgi/web2py:
python2.5 web2py -p NNNN # where NNNN is port number, no
quotes
web2py will ask you for a password, which it will then store in a
file, 'parameters_NNNN.py'
from another terminal, kill web2py process according to web2py's
output instructions
The following error occurs:
...
use "kill -SIGTERM 24024" to shutdown the web2py server
Traceback (most recent call last):
File "web2py.py", line 20, in <module>
gluon.widget.start(cron=True)
File "/home/myaccount/webapps/apachewsgi/web2py/gluon/widget.py",
line 852, in start
server.start()
File "/home/myaccount/webapps/apachewsgi/web2py/gluon/main.py", line
637, in start
self.server.start()
File "/home/myaccount/webapps/apachewsgi/web2py/gluon/
wsgiserver.py", line 1386, in start
raise socket.error, msg
socket.error: (98, 'Address already in use')
Jose
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---