To compile the app on your own local system:
- Make sure you have
goinstalled. - Clone this repository on to your computer.
- Switch to the folder.
- Run
make ./dictpressis 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.
createuserandcreatedb. Fill config.toml with these details.psql -Upostgres dictpress -f sample/sample.sql
- Prerequisite docker
- Run
make test