forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies for DBCA project to use DOI forked repo
- Loading branch information
1 parent
b5da04c
commit 80cacc5
Showing
2 changed files
with
7 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |
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