projects
/
eow
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Handle connection refused and closed
[eow]
/
setup.lisp
1
(asdf:oos 'asdf:load-op "eow")
2
(hunchentoot:start-server :port 4242)
3
(setf hunchentoot:*show-lisp-backtraces-p* t)
4
(setf hunchentoot:*show-lisp-errors-p* t)
5
(empire-web:start)