@tricoteuses/tisseuse
v0.11.0
Published
Find links in/to French legislative documents
Readme
Tricoteuses Tisseuse
Find links in/to French legislative documents
Tricoteuses Tisseuse is free and open source software.
Tricoteuses Tisseuse started from a full rewrite of Metslesliens by Seb35, published under the "DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE" (WTFPL) version 2.
Installation
Create database
Using Debian GNU/Linux, install PostgreSQL, then:
sudo su - postgres
createuser tisseuse -P # and enter the password
createdb -O tisseuse tisseuse
psql tisseuse
CREATE EXTENSION IF NOT EXISTS pg_trgm;
\q
exitInstall dependencies
npm installServer Configuration
Create a .env file to set configuration variables (you can use example.env as a template). Then:
npm run configure