kaptchapelo/run-kaptchapelo.lisp

11 lines
308 B
Common Lisp
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env -S sbcl --script
(load #p"~/.local/lib/quicklisp/setup.lisp")
(ql:quickload :kaptchapelo)
(kaptchapelo:start-server
;; Change captcha-directorys path to your captchas
:captcha-directory #p"~/.local/lib/quicklisp/local-projects/kaptchapelo/captcha/"
:address "0.0.0.0"
:port 5001)