3. Add `odsh` to the `ckan.plugins` setting in your CKAN config file (by default the config file is located at `/etc/ckan/default/production.ini`).
3. Add `odsh` to the `ckan.plugins` setting in your CKAN config file (by default
the config file is located at `/etc/ckan/default/production.ini`).
You may also add `odsh_autocomplete`, `odsh_dcat_harvest`, `kiel_harvester` and `statistikamtnord_harvester` to the plugin list, to enable custom functionality, e.g.:
You may also add `odsh_autocomplete`, `odsh_collections`, `odsh_dcat_harvest`,
`kiel_harvester` and `statistikamtnord_harvester` to the plugin list, to enable
custom functionality, e.g.:
```ini
```ini
ckan.plugins =
ckan.plugins =
...
@@ -63,6 +67,7 @@ To install ckanext-odsh:
...
@@ -63,6 +67,7 @@ To install ckanext-odsh:
odsh
odsh
odsh_autocomplete
odsh_autocomplete
odsh_dcat_harvest
odsh_dcat_harvest
odsh_collections
qa
qa
archiver
archiver
recline_view
recline_view
...
@@ -79,7 +84,8 @@ To install ckanext-odsh:
...
@@ -79,7 +84,8 @@ To install ckanext-odsh:
### Configuration
### Configuration
The extension requires configuration parameters in the CKAN configuration file (e.g., `production.ini`). The following parameters should be set:
The extension requires configuration parameters in the CKAN configuration file (e.g.,
`production.ini`). The following parameters should be set: