Automated analysis of municipal codes for legal epidemiology.
-
MacOS: I find Postgres.app is an easy way to get set up for local development instances on the Mac.
-
Linux, etc.: This site gives instructions for different distros, and other operating systems. You will also need to install the
vectorextension.
psql -U postgresthen
CREATE USER muni WITH PASSWORD 'muni';CREATE DATABASE muni;then
psql -U postgres -d munithen
CREATE EXTENSION IF NOT EXISTS vector;
GRANT CREATE ON SCHEMA public TO muni;. scripts/reset.sh localhost muni muni