niwl/niwl-server/README.md

16 lines
271 B
Markdown
Raw Permalink Normal View History

2021-05-18 22:27:32 +00:00
# niwl-server
Server Implementation for the [niwl system](https://git.openprivacy.ca/openprivacy/niwl)
2021-02-11 03:37:16 +00:00
## Building
Requires `libsqlite3`
sudo apt install libsqlite3-dev
## Running
First setup the database:
cat sql/create.sql | sqlite3 tags.sqlite