Skip to content

Commit

Permalink
update config so command line tools can load extensions. fix crontab …
Browse files Browse the repository at this point in the history
…loading in ckan_run_harvester
  • Loading branch information
fostermh committed Jul 11, 2024
1 parent eb77bc1 commit 1eaa1c1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion contrib/docker/ckan-run-harvester-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abort () {
}

# setup crontab jobs
cat ./ckan/contrib/docker/crontab | crontab -
cat /srv/app/src/ckan/contrib/docker/crontab | crontab -

set_environment () {
export CKAN_SITE_ID=${CKAN_SITE_ID}
Expand Down
74 changes: 37 additions & 37 deletions contrib/docker/production_root_url.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,46 +94,46 @@ ckan.group_and_organization_list_max = 1000
# Add ``resource_proxy`` to enable resorce proxying and get around the
# same origin policy
ckan.plugins = envvars
# stats
# text_view
# image_view
# recline_view
# datastore
# datapusher
# scheming_datasets
# scheming_organizations
# scheming_groups
# scheming_nerf_index
# fluent
# harvest
# ckan_harvester
# csw_harvester
# waf_harvester
# doc_harvester
# ckan_schema_harvester
# spatial_metadata
# spatial_query
# spatial_harvest_metadata_api
# cioos_harvest
# cioos_theme
# ckan_cioos_harvester
# dcat
# structured_data
# resource_proxy
# geo_view
# geojson_view
# wmts_view
# ckan_spatial_harvester
# datastream_harvester
stats
text_view
image_view
recline_view
datastore
datapusher
scheming_datasets
scheming_organizations
scheming_groups
scheming_nerf_index
fluent
harvest
ckan_harvester
csw_harvester
waf_harvester
doc_harvester
ckan_schema_harvester
spatial_metadata
spatial_query
spatial_harvest_metadata_api
cioos_harvest
cioos_theme
ckan_cioos_harvester
dcat
structured_data
resource_proxy
geo_view
geojson_view
wmts_view
ckan_spatial_harvester
datastream_harvester
#geonetwork_harvester

# module-path:file to schemas being used
# scheming.dataset_schemas = ckanext.scheming:cioos_siooc_schema.json
# scheming.presets = ckanext.scheming:presets.json
# ckanext.fluent:presets.json
# scheming.dataset_fallback = true
# scheming.organization_schemas = ckanext.scheming:organization.json
# scheming.group_schemas = ckanext.scheming:group.json
scheming.dataset_schemas = ckanext.scheming:cioos_siooc_schema.json
scheming.presets = ckanext.scheming:presets.json
ckanext.fluent:presets.json
scheming.dataset_fallback = true
scheming.organization_schemas = ckanext.scheming:organization.json
scheming.group_schemas = ckanext.scheming:group.json



Expand Down

0 comments on commit 1eaa1c1

Please sign in to comment.