Useful Links:
- http://ubuntuforums.org/showthread.php?t=272022
- http://www.webwareforpython.org/WebKit/Docs/InstallGuide.html#wkcgi
Steps: see http://www.webwareforpython.org/WebKit/Docs/InstallGuide.html#id8
- Install Apache 2. The built in package installer will install the cgi-bin directory under usr/lib.
- Download and install Webware 1.0
- In ../Webware/WebKit/Adapters/wkcgi run make (I use /home/Webware/Webkit/...)
- copy wkcgi to usr/lib/cgi-bin/wkcgi.cgi
- copy WebKit.cfg to usr/lib/cgi-bin directory
- Install webit from webkit directory $python install.py
- start apache
- start WebKit app server by invoking WebKit/AppServer
- test by opening http://127.0.0.1/
- test by opening http://127.0.0.1/cgi-bin/wkcgi.cgi
You can stop the server by typing ^Z at the terminal.
No comments:
Post a Comment