diff --git a/content/post/2017-04.md b/content/post/2017-04.md index 4856f6d59..d3c8ed53f 100644 --- a/content/post/2017-04.md +++ b/content/post/2017-04.md @@ -312,3 +312,8 @@ $ [dspace]/bin/dspace import -a -e aorth@mjanja.ch -c 10568/87193 -s /home/aorth $ wc -l /tmp/ciat 933 /tmp/ciat ``` + +- Run system updates on CGSpace and reboot server +- This includes switching nginx to using upstream with keepalive instead of direct `proxy_pass` +- Re-deploy CGSpace to latest `5_x-prod`, including the PABRA and RTB XMLUI themes, as well as the PDF processing and CMYK changes +- More work on Ansible infrastructure stuff for Tsega's CKM DSpace REST API diff --git a/public/2017-04/index.html b/public/2017-04/index.html index d04addb11..deacda0d5 100644 --- a/public/2017-04/index.html +++ b/public/2017-04/index.html @@ -30,7 +30,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th - + @@ -79,9 +79,9 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th "@type": "BlogPosting", "headline": "April, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-04/", - "wordCount": "2085", + "wordCount": "2139", "datePublished": "2017-04-02T17:08:52+02:00", - "dateModified": "2017-04-19T18:37:04+03:00", + "dateModified": "2017-04-20T14:06:33+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -520,6 +520,13 @@ $ wc -l /tmp/ciat 933 /tmp/ciat +
proxy_pass
5_x-prod
, including the PABRA and RTB XMLUI themes, as well as the PDF processing and CMYK changes