blob: 0b8faddc566e6c177359c6183f7e4b56381c3737 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
* 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
** Contributing
To get a look at what I intend to add or change or fix you can look [[https://cicadas.surf/~colin/project-oneliners.wiki.html][here]]
If you'd like to contact me, you can email me at colin@cicadas.surf
or message me on mastodon @antisphex@mastodon.sdf.org
If you have made an improvement that you would like me to include
here, you can:
1. point me to a publicly accessible git repo so I can pull your branch
2. send me a patch file by email
** Copyright
Copyright (c) 2022 Colin Okay (colin@cicadas.surf)
** License
Licensed under the AGPLv3 License.
|