diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-08 09:41:10 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-08 09:41:10 +0100 |
commit | 931fc441f6b89e8fed9c912ddb99d193f99f8b56 (patch) | |
tree | 0cc934b3e5a8584d60bd1eb7730414a51e39767c /README | |
parent | 9e0c9dd6d8bf65ab76c2b54f5038ff07c0d8d6d0 (diff) | |
download | json-rpc-shell-931fc441f6b89e8fed9c912ddb99d193f99f8b56.tar.gz json-rpc-shell-931fc441f6b89e8fed9c912ddb99d193f99f8b56.tar.xz json-rpc-shell-931fc441f6b89e8fed9c912ddb99d193f99f8b56.zip |
Steady progress
Added static content serving with sane content type detection.
Started working on WebSockets (meanwhile neither SCGI or FastCGI is
finished and almost nothing has been tested).
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,13 +2,15 @@ acid ==== `acid' is A Continuous Integration Daemon. Currently under heavy development. +Right now I'm working on a demo JSON-RPC server that will serve as the basis for +the final daemon. The aim of this project is to provide a dumbed-down alternative to Travis CI. I find it way too complex to set up and run in a local setting, while the basic gist of it is actually very simple -- run some stuff on new git commits. -`acid' will provide a JSON-RPC 2.0 service for frontends over FastCGI or SCGI, -as well as a webhook endpoint for notifications about new commits. +`acid' will provide a JSON-RPC 2.0 service for frontends over FastCGI, SCGI, or +WebSockets, as well as a webhook endpoint for notifications about new commits. `acid' will be able to tell you about build results via e-mail and/or IRC. @@ -21,7 +23,8 @@ in a somewhat clean manner. Feel free to contribute. Building and Installing ----------------------- -Build dependencies: CMake, pkg-config, help2man, liberty (included) +Build dependencies: CMake, pkg-config, help2man, libmagic, + liberty (included), http-parser (included) Runtime dependencies: libev, Jansson $ git clone https://github.com/pjanouch/acid.git |