hashlookup-server/bin/install.sh
Alexandre Dulaunoy a4b3b7ba60
new: [hashlookup-server] initial import of the code
- This includes a simple HTTP server for doing bulk and lookup of hashes.
- A simple DNS server to do lookup via DNS
- Various import script for NSRL

This works on a test instance.

TODO:

- Automatic script for NSRL download and import
- Bloomfilter export
- Improved documentation
2021-07-15 17:49:52 +02:00

6 lines
109 B
Bash

#!/bin/sh
git clone --recursive https://github.com/bitleak/kvrocks.git
cd kvrocks
git checkout 2.0
make -j4