aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7937cdad75750f4886dec4cf58c428c69878838d (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
# desmoctl

A tool for controlling a desmofylakas cluster written in Chicken Scheme.

## Installation

Install [Chicken Scheme](https://wiki.call-cc.org/platforms).

You also need to have these available in PATH:

    tar
    make

Install dependencies, build and install to your preferred location:

    make deps
    make
    PREFIX=$HOME/.local/bin/ make install

## Usage

See `desmoctl help`.

## Development

Run the tool in the interpreter:

    # Set DEBUG=1 to show debug prints
    # Set INLINE_TESTS=1 to run unit tests before execution (not available when compiled)
    csi -s run.scm

## Copyright

© Desmofylakas Core Team 2024