To compile the app on your own local system:
- Make sure you have
go
installed. - Clone this repository on to your computer.
- Switch to the folder.
- Run
make
./dictpress
is now available- Follow the rest of "Installation" instruction in README.md
To configure the [db]
section of config.toml
, you will need a postgres instance running on your computer.
- Install postgresql.
createuser
andcreatedb
. Fill config.toml with these details.psql -Upostgres dictpress -f sample/sample.sql