-
Notifications
You must be signed in to change notification settings - Fork 9
Common Lisp web application server
License
hoytech/antiweb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
Common Lisp web application server
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published