git.schokokeks.org
Repositories
Help
Report an Issue
wirc-backend.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
a277bab
Branches
Tags
master
wirc-backend.git
readme.md
[mod] logging [mod] code structure [mod] use hashed IP address as username
Christian Fraß
commited
a277bab
at 2021-11-19 10:18:07
readme.md
Blame
History
Raw
# Information A simple mediator between an IRC server and a web application # Building ## Requirements - TypeScript compiler - GNU Make ## Procedure - create a configuration file in the `conf` directory (e.g. `foobar.json`); deriving from `conf/example.json` might be a good idea - run `tools/build [<conf-profile>]` (e.g. `tools/build foobar`) # Running After building just execute `cd build && ./irc-web-backend`!