From fa41611a1ce2c5f53006eefcfff949a5de221cbe Mon Sep 17 00:00:00 2001 From: Gerd Flaig Date: Sun, 23 Nov 2008 01:47:30 +0100 Subject: [PATCH] add setup file --- setup.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 setup.lisp 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) -- 2.43.0