Skip to content
Snippets Groups Projects
Commit 4d505cb3 authored by Alexander König's avatar Alexander König
Browse files

Merge branch 'master' into stable

parents 8b7babeb 0d63c681
No related branches found
No related tags found
No related merge requests found
......@@ -83,4 +83,4 @@ This is the first release. It all starts here.
[1.1]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.0...v1.1
[1.2]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.1...v1.2
[1.2.2]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.2...v1.2.2
[1.3]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.2.2...v1.3
[1.3]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/29d6badea797498736aef4322acf3d566be7461f...4c32c4fad44cc99ef0db6544f29a8562afd97950
# Step by Step deployment guide
- [ ] Make sure that the master branch is clean and all commits are pushed to origin
- [ ] `git checkout stable`
- [ ] `git merge --no-ff master`
- [ ] Make sure that the stable branch is clean and all commits are pushed to origin
- [ ] `git checkout production`
- [ ] `git checkout $HASHID -- .`
The $HASHID being the commit were the last merge from stable happened (before clarindev2clarin.sh changes were committed)
- [ ] `git merge --no-ff stable`
- [ ] Change the version number and the registry branch of the images in all deployment yaml files
- [ ] `git add kubernetes/*deploy*yaml`
- [ ] `git commit`
- [ ] `git tag -a $VERSION_NUMBER -s -u $GPG_ID_HASH`
- [ ] `git push --all
- [ ] `git push --tags`
- [ ] `cd dockerfiles`
- [ ] `./release $VERSION_NUMBER production`
- [ ] `cd ../kubernetes`
- [ ] `./stop_kube.sh`
- [ ] `./start_kube.sh`
- [ ] `git checkout master`
......@@ -63,7 +63,7 @@ server {
rewrite ^/repository/oai/?$ $oai_index permanent;
# kept 'redirect' to be sure that this keeps working
if ($http_accept ~ "(.*xml.cmdi.*)"){
if ($http_accept ~ "(.*cmdi.xml.*)"){
rewrite ^/(.*)/xmlui/handle/(.*)$ https://$http_host/repository/oai/cite?metadataPrefix=cmdi&handle=$2? redirect;
}
......
......@@ -298,8 +298,8 @@ lr.xmlui.user.showlanguage = false
###############################################
# oai
#mind the documentation for oai/cite and the respective apache rewrite
lr.repository.identifier = clarin-dev.eurac.edu
lr.repository.sampleIdentifier = oai:clarin.eurac-dev.edu:11858/00-097C-0000-0001-487A-4
lr.repository.identifier = clarin-dev.eurac.edu
lr.repository.sampleIdentifier = oai:clarin-dev.eurac.edu:20.500.12124/3
####
#
......
......@@ -22,7 +22,7 @@ function get {
}
get log4shib 1.0.9 http://shibboleth.net/downloads/log4shib/1.0.9/
get xerces-c 3.2.1 http://mirror.hosting90.cz/apache/xerces/c/3/sources/
get xerces-c 3.2.2 https://archive.apache.org/dist/xerces/c/3/sources/
get xml-security-c 1.7.3 https://archive.apache.org/dist/santuario/c-library/
get xmltooling 1.6.4 http://shibboleth.net/downloads/c++-opensaml/2.6.1/
get opensaml 2.6.1 http://shibboleth.net/downloads/c++-opensaml/2.6.1/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment