]> git.pond.sub.org Git - eow/blobdiff - setup.lisp
add setup file
[eow] / setup.lisp
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)