No description
Find a file
2021-03-14 19:02:19 +01:00
app backends should work now (but untested) 2020-09-23 20:48:03 +02:00
test init 2020-08-27 19:38:16 +02:00
tickLeiste@10318ade8c updated tickLeiste submodule 2021-03-14 18:51:18 +01:00
.gitignore init 2020-08-27 19:38:16 +02:00
.gitmodules init 2020-08-27 19:38:16 +02:00
ChangeLog.md init 2020-08-27 19:38:16 +02:00
LICENSE init 2020-08-27 19:38:16 +02:00
package.yaml backends should work now (but untested) 2020-09-23 20:48:03 +02:00
README.md backends should work now (but untested) 2020-09-23 20:48:03 +02:00
Setup.hs init 2020-08-27 19:38:16 +02:00
stack.yaml changed to lts version 17.5 2021-03-14 19:02:19 +01:00
stack.yaml.lock changed to lts version 17.5 2021-03-14 19:02:19 +01:00
tickLeisteServer.cabal backends should work now (but untested) 2020-09-23 20:48:03 +02:00

tickLeisteServer

You should enable at least one backend (else the application will terminate upon execution) this is done by setting a flag. The options are

http https fast-cgi cgi

fast-cgi depends on the fcgi C library, which should be installed on your system

TODO: can we use multiple backends at once? write configuration documentation.