https://github.com/hoytech/antiweb
Common Lisp web application server
https://github.com/hoytech/antiweb
Last synced: about 1 year ago
JSON representation
Common Lisp web application server
- Host: GitHub
- URL: https://github.com/hoytech/antiweb
- Owner: hoytech
- License: gpl-3.0
- Created: 2009-10-25T21:46:43.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-11-01T03:21:11.000Z (over 13 years ago)
- Last Synced: 2025-01-25T05:42:47.599Z (over 1 year ago)
- Language: Common Lisp
- Homepage: http://hoytech.com/antiweb/
- Size: 410 KB
- Stars: 84
- Watchers: 14
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
Antiweb (C) Doug Hoyte
Antiweb is a webserver written in Common Lisp, C, and Perl by
Doug Hoyte and Hoytech. For the full manual see:
http://hoytech.com/antiweb/manual.awp/
Antiweb is licensed under the GNU GPL v3. See the file COPYING
for details.
Installation summary:
Building:
CMUCL: lisp -quiet -load build.lisp
CLISP: clisp -q build.lisp
ClozureCL: ccl64 -Q -l build.lisp
SBCL: sbcl --noinform --load build.lisp
Installing:
cd bin
sudo ./install.sh
Building hub directory:
sudo antiweb -skel-hub-dir /var/aw
Optionally edit hub conf file:
sudo vi /var/aw/hub.conf
Creating worker conf (file *requires* editing):
sudo antiweb -skel-worker-basic > /var/aw/myworker.conf
Starting hub (might want to add to start-up script):
sudo antiweb -hub /var/aw
Starting worker (might want to add to start-up script):
sudo antiweb -worker /var/aw/myworker.conf