Skip to content

Commit

Permalink
Update dependencies for DBCA project to use DOI forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 13, 2024
1 parent b5da04c commit 80cacc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ckan/setup/dbca_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,17 @@ pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckane

## 3rd Party ##
# DOI
pip3 install -e git+https://github.com/NaturalHistoryMuseum/[email protected]#egg=ckanext-doi
# pip3 install -e git+https://github.com/NaturalHistoryMuseum/[email protected]#egg=ckanext-doi


## DBCA Project ##

# DBCA
pip3 install -e git+https://github.com/dbca-wa/ckanext-dbca.git@develop#egg=ckanext-dbca

# DOI
pip3 install -e git+https://github.com/dbca-wa/ckanext-doi@develop#egg=ckanext-doi

# QA
# Install qsv dependency for extension ckanext-qa
wget -O /tmp/qsv.zip https://github.com/jqnatividad/qsv/releases/download/0.110.0/qsv-0.110.0-x86_64-unknown-linux-musl.zip
Expand All @@ -78,4 +81,4 @@ pip3 install -e git+https://github.com/dbca-wa/ckanext-officedocs.git@develop#eg

# Showcase
pip3 install -e git+https://github.com/dbca-wa/ckanext-showcase.git@develop#egg=ckanext-showcase
pip3 install -r ${SRC_DIR}/ckanext-showcase/requirements.txt
pip3 install -r ${SRC_DIR}/ckanext-showcase/requirements.txt
2 changes: 2 additions & 0 deletions src/dbca_install_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ sed -i".$(date +%Y%m%d_%H%M%S).bak" -e '/ckanext-report/d' -e '/ckanext-archiver
git clone https://github.com/dbca-wa/ckanext-officedocs.git
# Showcase
git clone https://github.com/dbca-wa/ckanext-showcase.git
# DOI
git clone https://github.com/dbca-wa/ckanext-doi

echo "Ready to build project: ahoy build"

0 comments on commit 80cacc5

Please sign in to comment.