https://github.com/hoytech/antiweb
Common Lisp web application server
https://github.com/hoytech/antiweb
Last synced: 3 months 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 15 years ago)
- Default Branch: master
- Last Pushed: 2012-11-01T03:21:11.000Z (over 12 years ago)
- Last Synced: 2025-01-25T05:42:47.599Z (5 months 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.lispInstalling:
cd bin
sudo ./install.shBuilding hub directory:
sudo antiweb -skel-hub-dir /var/awOptionally edit hub conf file:
sudo vi /var/aw/hub.confCreating worker conf (file *requires* editing):
sudo antiweb -skel-worker-basic > /var/aw/myworker.confStarting hub (might want to add to start-up script):
sudo antiweb -hub /var/awStarting worker (might want to add to start-up script):
sudo antiweb -worker /var/aw/myworker.conf