From 30b699f4d7811dc98f284a9898799c112799bfd7 Mon Sep 17 00:00:00 2001 From: mjanez <96422458+mjanez@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:04:07 +0200 Subject: [PATCH] Remove ckanext-sparql_interface Unnecesary. --- .env.example | 4 ++-- ckan/Dockerfile | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index d8f5d24..20d86cc 100644 --- a/.env.example +++ b/.env.example @@ -118,7 +118,7 @@ CKAN__LOCALE_DEFAULT="en" CKAN__LOCALE_ORDER="en es pt_BR ja it cs_CZ ca fr el sv sr sr@latin no sk fi ru de pl nl bg ko_KR hu sa sl lv" # Extensions -CKAN__PLUGINS="envvars sparql_interface stats text_view image_view webpage_view recline_view resourcedictionary datastore xloader harvest ckan_harvester spatial_metadata spatial_query spatial_harvest_metadata_api csw_harvester waf_harvester doc_harvester resource_proxy geo_view geojson_view wmts_view shp_view dcat dcat_rdf_harvester dcat_json_harvester dcat_json_interface scheming_dcat_datasets scheming_dcat_groups scheming_dcat_organizations scheming_dcat pdf_view pages" +CKAN__PLUGINS="envvars stats text_view image_view webpage_view recline_view resourcedictionary datastore xloader harvest ckan_harvester spatial_metadata spatial_query spatial_harvest_metadata_api csw_harvester waf_harvester doc_harvester resource_proxy geo_view geojson_view wmts_view shp_view dcat dcat_rdf_harvester dcat_json_harvester dcat_json_interface scheming_dcat_datasets scheming_dcat_groups scheming_dcat_organizations scheming_dcat pdf_view pages" # ckanext-harvest CKAN__HARVEST__MQ__TYPE=redis @@ -158,6 +158,6 @@ CKANEXT__SCHEMING_DCAT_FACET_LIST="theme groups theme_es dcat_type groups publis CKANEXT__SCHEMING_DCAT_ORGANIZATION_CUSTOM_FACETS=True CKANEXT__SCHEMING_DCAT_GROUP_CUSTOM_FACETS=True -# ckanext-sparql_interface +# WIP: ckanext-sparql_interface CKANEXT__SPARQL__ENDPOINT_URL=https://dbpedia.org/sparql CKANEXT__SPARQL__HIDE_ENDPOINT_URL=False \ No newline at end of file diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 1e85bc4..b533c33 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -47,10 +47,7 @@ RUN echo ${TZ} > /etc/timezone && \ pip3 install -e git+https://github.com/ckan/ckanext-pdfview.git@0.0.8#egg=ckanext-pdfview && \ echo "OpenDataGIS/ckanext-scheming_dcat" && \ pip3 install -e git+https://github.com/OpenDataGIS/ckanext-scheming_dcat.git@1.0.0#egg=ckanext_scheming_dcat && \ - pip3 install -r https://raw.githubusercontent.com/OpenDataGIS/ckanext-scheming_dcat/1.0.0/requirements.txt && \ - echo "OpenDataGIS/ckanext-sparql_interface" && \ - pip3 install -e git+https://github.com/OpenDataGIS/ckanext-sparql_interface.git@2.0.2-iepnb#egg=ckanext-sparql_interface && \ - pip3 install -r https://raw.githubusercontent.com/OpenDataGIS/ckanext-sparql_interface/2.0.2-iepnb/requirements.txt + pip3 install -r https://raw.githubusercontent.com/OpenDataGIS/ckanext-scheming_dcat/1.0.0/requirements.txt # Used to configure the container environment by setting environment variables, creating users, running initialization scripts, .etc COPY docker-entrypoint.d/* /docker-entrypoint.d/