forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hans-Chrstian
committed
Dec 19, 2023
1 parent
d3b23b0
commit 48cd614
Showing
5 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|
||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ckanext-civity
added at
83edbe
Submodule ckanext-fairdatapoint
added at
df3401