Skip to content

Commit

Permalink
Added fairdatapoint harvester
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Chrstian committed Dec 19, 2023
1 parent d3b23b0 commit 48cd614
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@
path = src/ckanext-scheming
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-scheming.git
branch = user-portal-v3.0.0
[submodule "src/ckanext-fairdatapoint"]
path = src/ckanext-fairdatapoint
url = https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git
[submodule "src/ckanext-civity"]
path = src/ckanext-civity
url = https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-civity
8 changes: 7 additions & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userpo
RUN pip3 install -e git+https://github.com/DataShades/[email protected]#egg=ckanext-oidc-pkce && \
pip3 install -r ${APP_DIR}/src/ckanext-oidc-pkce/requirements.txt

RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@main#egg=ckanext-fairdatapoint && \
pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt

RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-civity.git@main#egg=ckanext-civity


# Copy custom initialization scripts
COPY docker-entrypoint.d/* /docker-entrypoint.d/

Expand All @@ -33,4 +39,4 @@ RUN for d in $APP_DIR/patches/*; do \
fi ; \
done

ENV CKAN__PLUGINS="envvars image_view text_view recline_view scheming_datasets scheming_organizations gdi_userportal dcat harvest ckan_harvester dcat_rdf_harvester dcat_json_harvester dcat_json_interface oidc_pkce"
ENV CKAN__PLUGINS="envvars image_view text_view recline_view scheming_datasets scheming_organizations gdi_userportal dcat harvest ckan_harvester dcat_rdf_harvester dcat_json_harvester dcat_json_interface oidc_pkce fairdatapointharvester"
2 changes: 1 addition & 1 deletion ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN for d in $APP_DIR/patches/*; do \
fi ; \
done

ENV CKAN__PLUGINS="envvars image_view text_view recline_view scheming_datasets scheming_organizations gdi_userportal dcat harvest ckan_harvester dcat_rdf_harvester dcat_json_harvester dcat_json_interface oidc_pkce"
ENV CKAN__PLUGINS="envvars image_view text_view recline_view scheming_datasets scheming_organizations gdi_userportal dcat harvest ckan_harvester dcat_rdf_harvester dcat_json_harvester dcat_json_interface oidc_pkce fairdatapointharvester"
1 change: 1 addition & 0 deletions src/ckanext-civity
Submodule ckanext-civity added at 83edbe
1 change: 1 addition & 0 deletions src/ckanext-fairdatapoint
Submodule ckanext-fairdatapoint added at df3401

0 comments on commit 48cd614

Please sign in to comment.