Update notes for 2017-04-20

This commit is contained in:
2017-04-20 18:40:42 +03:00
parent 81d307eb02
commit 7697a7507d
3 changed files with 19 additions and 8 deletions

View File

@ -30,7 +30,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th
<meta property="article:published_time" content="2017-04-02T17:08:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-04-20T14:06:33&#43;03:00"/>
<meta property="article:modified_time" content="2017-04-20T18:11:11&#43;03:00"/>
@ -79,9 +79,9 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p &quot;ImageMagick PDF Th
"@type": "BlogPosting",
"headline": "April, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-04/",
"wordCount": "2139",
"wordCount": "2182",
"datePublished": "2017-04-02T17:08:52&#43;02:00",
"dateModified": "2017-04-20T14:06:33&#43;03:00",
"dateModified": "2017-04-20T18:11:11&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -525,8 +525,13 @@ $ wc -l /tmp/ciat
<li>This includes switching nginx to using upstream with keepalive instead of direct <code>proxy_pass</code></li>
<li>Re-deploy CGSpace to latest <code>5_x-prod</code>, including the PABRA and RTB XMLUI themes, as well as the PDF processing and CMYK changes</li>
<li>More work on Ansible infrastructure stuff for Tsega&rsquo;s CKM DSpace REST API</li>
<li>I&rsquo;m going to start re-processing all the PDF thumbnails on CGSpace, one community at a time:</li>
</ul>
<pre><code>$ export JAVA_OPTS=&quot;-Dfile.encoding=UTF-8 -Xmx1024m&quot;
$ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace filter-media -f -v -i 10568/71249 -p &quot;ImageMagick PDF Thumbnail&quot; -v &gt;&amp; /tmp/filter-media-cmyk.txt
</code></pre>