Skip to content

Commit

Permalink
Reverted back to CKAN core extension ckanext-showcase because contrib…
Browse files Browse the repository at this point in the history
…uting PR was merged ckan/ckanext-showcase#173

Cleaned up file
  • Loading branch information
MarkCalvert committed Feb 11, 2025
1 parent 9c7a0bc commit 50eaff7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ckan/setup/dbca_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ pip3 install -r ${SRC_DIR}/ckanext-archiver/requirements.txt
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat
pip3 install -r ${SRC_DIR}/ckanext-dcat/requirements.txt

# Geoview
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-geoview

# Hierarchy
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-hierarchy
pip3 install -r ${SRC_DIR}/ckanext-hierarchy/requirements.txt
Expand All @@ -21,12 +24,16 @@ pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-pdfview

# Report
pip3 install -e git+http://github.com/ckan/ckanext-report.git@master#egg=ckanext-report --exists-action i
pip3 install -e git+https://github.com/ckan/ckanext-report.git@master#egg=ckanext-report --exists-action i
pip3 install -r ${SRC_DIR}/ckanext-report/requirements.txt

# Scheming
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-scheming

# Showcase
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-showcase
pip3 install -r ${SRC_DIR}/ckanext-showcase/requirements.txt

# Spatial
# dependencies
export PROJ_DIR=/usr
Expand All @@ -44,9 +51,6 @@ pip3 install -r ${SRC_DIR}/ckanext-spatial/requirements.txt
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-xloader
pip3 install -r ${SRC_DIR}/ckanext-xloader/requirements.txt

# Geoview
pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-geoview


## 3rd Party ##
# DOI
Expand Down Expand Up @@ -74,8 +78,3 @@ rm /tmp/qsv.zip
apk add file
pip3 install -e git+https://github.com/dbca-wa/ckanext-qa.git@develop#egg=ckanext-qa
pip3 install -r ${SRC_DIR}/ckanext-qa/requirements.txt

# # Showcase
# Temporary use of Salsa Digital's fork of ckanext-showcase
pip3 install -e git+https://github.com/salsadigitalauorg/ckanext-showcase.git@master#egg=ckanext-showcase
pip3 install -r ${SRC_DIR}/ckanext-showcase/requirements.txt

0 comments on commit 50eaff7

Please sign in to comment.