codak Home
Brought to you by:
wauter
The main CoDAK configuration file is /etc/codak/codak.properties, which is a plain list of key/value pairs. All fields have reasonable default values. The following fields are interpreted:
| Key | Default value | Description |
|---|---|---|
| config.dir | /etc/codak | The directory which contains the configuration files. Paths to other configuration files are relative to this directory, except if they start with a slash (/). |
| modules.dir | modules.d | The directory with allowable modules. |
| userbase.location | jdbc:mysql://localhost/transorma?useUnicode=yes&user=transorma&characterEncoding=UTF-8 | The location of the user database. See the MySQL manual for help with composing database URLs. |
| docbase.location | jdbc:mysql://localhost/transorma?useUnicode=yes&user=transorma&characterEncoding=UTF-8 | The location of the document database. |
| data.dir | /var/lib/codak | The directory CoDAK can use for storing data. |
| extensions.dir | /usr/lib/codak/extensions | The directory where [Extensions] are installed. |
| log.file | /var/log/codak/org.codak.log | The error log. |
| dispatcher.start | true | Flag to indicate whether document processing should be enabled. |
| frog.bin | /usr/local/bin/frog | Path to the frog binary. Frog is a linguistic parser for Dutch which is required for some features. |