diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-24 22:34:51 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-24 22:34:51 +0200 |
| commit | 2e5e69a10c80bcbff1dc592dcaf4afc32a2c3dd5 (patch) | |
| tree | 04c6ed8b1736abbaee0e6670307fdde5d04a716d /README.md | |
| parent | 0bc80beb699000826b8e9415a7b254c92dc86a5a (diff) | |
Add http POST /prisons
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -6,10 +6,17 @@ A tool for controlling a desmofylakas cluster written in Chicken Scheme. Install [Chicken Scheme](https://wiki.call-cc.org/platforms). +Install dependencies: + + chicken-install -from-list requirements.list + +## Building and running + Run the tool in the interpreter: - INLINE_TESTS=1 csi -s run.scm # with tests - csi -s run.scm # without tests + # Set DEBUG=1 to show debug prints + # Set INLINE_TESTS=1 to run unit tests before execution + csi -s run.scm Compile a statically linked binary for production: @@ -25,4 +32,4 @@ When adding new modules, add the module names to `modules.list`. The defined mod ## Copyright -© Desmofylakas Core Team 2024
\ No newline at end of file +© Desmofylakas Core Team 2024 |
