Add notes for 2019-08-13

This commit is contained in:
2019-08-13 15:33:29 +03:00
parent ee1e5f831e
commit a7c368a346
3 changed files with 25 additions and 8 deletions

View File

@ -27,7 +27,7 @@ Run system updates on DSpace Test (linode19) and reboot it
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-08/" />
<meta property="article:published_time" content="2019-08-03T12:39:51+03:00" />
<meta property="article:modified_time" content="2019-08-11T00:12:28+03:00" />
<meta property="article:modified_time" content="2019-08-12T18:08:00+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="August, 2019"/>
@ -59,9 +59,9 @@ Run system updates on DSpace Test (linode19) and reboot it
"@type": "BlogPosting",
"headline": "August, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-08\/",
"wordCount": "1139",
"wordCount": "1165",
"datePublished": "2019-08-03T12:39:51\x2b03:00",
"dateModified": "2019-08-11T00:12:28\x2b03:00",
"dateModified": "2019-08-12T18:08:00\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -322,6 +322,15 @@ $ ./generate-thumbnails.py -i /tmp/user-upload2.csv -w --url-field-name url -d |
</ul></li>
</ul>
<h2 id="2019-08-13">2019-08-13</h2>
<ul>
<li><p>Create a test user on DSpace Test for Mohammad Salem to attempt depositing:</p>
<pre><code>$ dspace user -a -m blah@blah.com -g Mohammad -s Salem -p 'domoamaaa'
</code></pre></li>
</ul>
<!-- vim: set sw=2 ts=2: -->