mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-08-31
This commit is contained in:
@ -18,7 +18,7 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-08/" />
|
||||
<meta property="article:published_time" content="2021-08-01T09:01:07+03:00" />
|
||||
<meta property="article:modified_time" content="2021-08-25T15:13:43+03:00" />
|
||||
<meta property="article:modified_time" content="2021-08-29T21:07:25+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -42,9 +42,9 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
|
||||
"@type": "BlogPosting",
|
||||
"headline": "August, 2021",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2021-08/",
|
||||
"wordCount": "3111",
|
||||
"wordCount": "3195",
|
||||
"datePublished": "2021-08-01T09:01:07+03:00",
|
||||
"dateModified": "2021-08-25T15:13:43+03:00",
|
||||
"dateModified": "2021-08-29T21:07:25+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -573,8 +573,18 @@ $ ./ilri/add-orcid-identifiers-csv.py -i 2021-08-25-add-orcids.csv -db dspace -u
|
||||
<li>I did a proof of concept with multi-stage builds and simplifying the Docker configuration</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Update the list of ORCID identifiers on CGSpace</li>
|
||||
<li>Run system updates and reboot CGSpace (linode18)</li>
|
||||
</ul>
|
||||
<h2 id="2021-08-31">2021-08-31</h2>
|
||||
<ul>
|
||||
<li>Yesterday I finished the work to make OpenRXV use a new multi-stage Docker build system and use smarter <code>COPY</code> instructions instead of runtime volumes
|
||||
<ul>
|
||||
<li>Today I merged the changes to the master branch and re-deployed AReS on linode20</li>
|
||||
<li>Because the <code>docker-compose.yml</code> moved to the root the Docker volume prefix changed from <code>docker_</code> to <code>openrxv_</code> so I had to stop the containers and rsync the data from the old volume to the new one in /var/lib/docker</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user