Installation¶
dictpress requires Postgres ⩾ v10.
Binary¶
- Download the latest release and extract the binary.
./dictpress --new-config
to generate config.toml. Then, edit the file../dictpress --install
to install the tables in the Postgres DB.- Run
./dictpress
and visithttp://localhost:9000/admin
.
See Importing data to populate the dictionary database from CSVs.
Compiling from source¶
To compile the latest unreleased version (master
branch):
- Make sure
go
,nodejs
, andyarn
are installed on your system. git clone git@github.com:knadh/dictpress.git
cd dictpress && make dist
. This will generate thedictpress
binary.