]> git.pond.sub.org Git - eow/commitdiff
add setup file
authorGerd Flaig <gefla@gefla-mac-zrh>
Sun, 23 Nov 2008 00:47:30 +0000 (01:47 +0100)
committerGerd Flaig <gefla@gefla-mac-zrh>
Sun, 23 Nov 2008 00:47:30 +0000 (01:47 +0100)
setup.lisp [new file with mode: 0644]

diff --git a/setup.lisp b/setup.lisp
new file mode 100644 (file)
index 0000000..9fe8ae9
--- /dev/null
@@ -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)