From: Gerd Flaig Date: Sun, 23 Nov 2008 00:47:30 +0000 (+0100) Subject: add setup file X-Git-Url: http://git.pond.sub.org/?p=eow;a=commitdiff_plain;h=fa41611a1ce2c5f53006eefcfff949a5de221cbe add setup file --- diff --git a/setup.lisp b/setup.lisp new file mode 100644 index 0000000..9fe8ae9 --- /dev/null +++ b/setup.lisp @@ -0,0 +1,5 @@ +(asdf:oos 'asdf:load-op "eow") +(hunchentoot:start-server :port 4242) +(setf hunchentoot:*show-lisp-backtraces-p* t) +(setf hunchentoot:*show-lisp-errors-p* t) +(empire-web:start)