diff --git a/ckan/setup/dbca_requirements.sh b/ckan/setup/dbca_requirements.sh index f8a5c86e..5486afb6 100644 --- a/ckan/setup/dbca_requirements.sh +++ b/ckan/setup/dbca_requirements.sh @@ -56,7 +56,7 @@ pip3 install -e git+https://github.com/ckan/ckanext-geoview.git@v0.1.0#egg=ckane ## 3rd Party ## # DOI -pip3 install -e git+https://github.com/NaturalHistoryMuseum/ckanext-doi@v3.1.10#egg=ckanext-doi +# pip3 install -e git+https://github.com/NaturalHistoryMuseum/ckanext-doi@v3.1.10#egg=ckanext-doi ## DBCA Project ## @@ -64,6 +64,9 @@ pip3 install -e git+https://github.com/NaturalHistoryMuseum/ckanext-doi@v3.1.10# # 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 \ No newline at end of file +pip3 install -r ${SRC_DIR}/ckanext-showcase/requirements.txt diff --git a/src/dbca_install_extensions.sh b/src/dbca_install_extensions.sh index 3e5473de..a279bcf2 100644 --- a/src/dbca_install_extensions.sh +++ b/src/dbca_install_extensions.sh @@ -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"