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.
* [BIO-6368] configured DOI * [BIO-6368] - Updated doi extension to latest tag - Fixed `02_setup-dbca.sh` to get CKAN plugins from the dbca.ini config file and use this file in init db commands - Updated dbca.ini to use new config value `ckanext.doi.language` and revert back to `en_AU` as the ckan locale default --------- Co-authored-by: Mark Calvert <[email protected]>
- Loading branch information
1 parent
b1cd9eb
commit 32f3f6f
Showing
4 changed files
with
24 additions
and
3 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
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
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
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 |
---|---|---|
|
@@ -51,4 +51,4 @@ pip3 install -r ${SRC_DIR}/ckanext-xloader/requirements.txt | |
|
||
# 3rd Party # | ||
# DOI | ||
pip3 install -e git+https://github.com/NaturalHistoryMuseum/[email protected].9#egg=ckanext-doi | ||
pip3 install -e git+https://github.com/NaturalHistoryMuseum/[email protected].10#egg=ckanext-doi |