Remove ckanext-sparql_interface

Unnecesary.
This commit is contained in:
mjanez 2023-08-09 11:04:07 +02:00
parent 754711c837
commit 30b699f4d7
2 changed files with 3 additions and 6 deletions

View File

@ -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" 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 # 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 # ckanext-harvest
CKAN__HARVEST__MQ__TYPE=redis 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_ORGANIZATION_CUSTOM_FACETS=True
CKANEXT__SCHEMING_DCAT_GROUP_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__ENDPOINT_URL=https://dbpedia.org/sparql
CKANEXT__SPARQL__HIDE_ENDPOINT_URL=False CKANEXT__SPARQL__HIDE_ENDPOINT_URL=False

View File

@ -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 && \ pip3 install -e git+https://github.com/ckan/ckanext-pdfview.git@0.0.8#egg=ckanext-pdfview && \
echo "OpenDataGIS/ckanext-scheming_dcat" && \ 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 -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 && \ 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
# Used to configure the container environment by setting environment variables, creating users, running initialization scripts, .etc # Used to configure the container environment by setting environment variables, creating users, running initialization scripts, .etc
COPY docker-entrypoint.d/* /docker-entrypoint.d/ COPY docker-entrypoint.d/* /docker-entrypoint.d/