Skip to content

Commit 3d42831

Browse files
authored
Merge pull request #211 from dathere/readme-update
Update README.md Thanks @minhajuddin2510!
2 parents e86bd78 + e256e24 commit 3d42831

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ Datapusher+ from version 1.0.0 onwards will be installed as a extension of CKAN,
243243
ckan config-tool /etc/ckan/default/ckan.ini "ckanext.datapusher_plus.api_token=$(ckan -c /etc/ckan/default/ckan.ini user token add CKAN_ADMIN dpplus | tail -n 1 | tr -d '\t')"
244244
```
245245

246+
7. DataPusher+ Database Setup
247+
248+
```
249+
ckan -c /etc/ckan/default/ckan.ini db upgrade -p datapusher_plus
250+
```
251+
246252
## Configuring
247253
248254
### CKAN Configuration
@@ -254,6 +260,9 @@ Add `datapusher_plus` to the plugins in your CKAN configuration file
254260
ckan.plugins = <other plugins> datapusher_plus
255261
```
256262

263+
**Note on DRUF :**
264+
DRUF is enabled by default when using `datapusher_plus`. If you wish to **disable** DRUF behavior, ensure that the `scheming_datasets` plugin is listed **before** `datapusher_plus` in the plugin list:
265+
257266
Use a DP+ extended scheming schema:
258267

259268
```ini

0 commit comments

Comments
 (0)