* Oneliners.Api ** Building First, ensure that you have quicklisp installed. Next, fetch dependencies that are not in quicklisp. #+begin_example mkdir oneliner-build && cd oneliner-build git clone https://cicadas.surf/cgit/oneliners/oneliners.api.git oneliners.api git clone https://cicadas.surf/cgit/colin/lazybones.git lazybones git clone https://cicadas.surf/cgit/colin/lambda-riffs.git lambda-riffs #+end_example The build script expects to be run from inside the oneliners.api.git #+begin_example cd oneliners.api sbcl --load build.lisp #+end_example This should put an executable file olwiki-server in the durrent directory. ** Usage #+begin_example olwiki-server --config /path/to/a/config/file #+end_example See the example config file for what to pass to --config ** Copyright Copyright (c) 2022 Colin Okay (colin@cicadas.surf) ** License Licensed under the AGPLv3 License.