mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-04-19
This commit is contained in:
@ -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+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-04-17T15:01:57+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-04-18T16:58:55+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -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": "1634",
|
||||
"wordCount": "1712",
|
||||
"datePublished": "2017-04-02T17:08:52+02:00",
|
||||
"dateModified": "2017-04-17T15:01:57+03:00",
|
||||
"dateModified": "2017-04-18T16:58:55+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -434,6 +434,20 @@ $ rails -s
|
||||
|
||||
<ul>
|
||||
<li>Need to look into <a href="https://github.com/puma/puma/blob/master/docs/systemd.md">running this via systemd</a></li>
|
||||
<li>This is interesting for creating runnable commands from <code>bundle</code>:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>$ bundle binstubs puma --path ./sbin
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2017-04-19">2017-04-19</h2>
|
||||
|
||||
<ul>
|
||||
<li>Usman sent another link to their OAI interface, where the country names are now capitalized: <a href="https://data.cifor.org/dspace/oai/cgiar?verb=GetRecord&metadataPrefix=dim&identifier=oai:data.cifor.org:11463/947">https://data.cifor.org/dspace/oai/cgiar?verb=GetRecord&metadataPrefix=dim&identifier=oai:data.cifor.org:11463/947</a></li>
|
||||
<li>Looking at the same item in XMLUI, the countries are not capitalized: <a href="https://data.cifor.org/dspace/xmlui/handle/11463/947?show=full">https://data.cifor.org/dspace/xmlui/handle/11463/947?show=full</a></li>
|
||||
<li>So it seems he did it in the crosswalk!</li>
|
||||
<li>Keep working on Ansible stuff for deploying the CKM REST API</li>
|
||||
<li>We can use systemd’s <code>Environment</code> stuff to pass the database parameters to Rails</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user