-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
36 lines (25 loc) · 885 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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