]> git.immae.eu Git - github/fretlink/haskell-graylog.git/blob - Makefile
Implemented UDP chunking.
[github/fretlink/haskell-graylog.git] / Makefile
1 build:
2 stack build
3
4 repl:
5 stack repl
6
7 graylog:
8 docker run -t -p 9000:9000 -p 12201:12201 -p 12201:12201/udp graylog2/allinone