mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-06-08
This commit is contained in:
@ -26,7 +26,7 @@ There seem to be many more of these:
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-06/" />
|
||||
<meta property="article:published_time" content="2022-06-06T09:01:36+03:00" />
|
||||
<meta property="article:modified_time" content="2022-06-06T09:45:43+03:00" />
|
||||
<meta property="article:modified_time" content="2022-06-06T16:54:08+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -58,9 +58,9 @@ There seem to be many more of these:
|
||||
"@type": "BlogPosting",
|
||||
"headline": "June, 2022",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2022-06/",
|
||||
"wordCount": "314",
|
||||
"wordCount": "461",
|
||||
"datePublished": "2022-06-06T09:01:36+03:00",
|
||||
"dateModified": "2022-06-06T09:45:43+03:00",
|
||||
"dateModified": "2022-06-06T16:54:08+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -183,6 +183,26 @@ There seem to be many more of these:
|
||||
<li>Run all system updates on AReS server (linode20) and reboot</li>
|
||||
<li>I want to try to update some of the build dependencies of OpenRXV since Node.js 12 is no longer supported</li>
|
||||
<li>Upgrade linode20 to Ubuntu 22.04 and start an AReS harvest</li>
|
||||
<li>I merged the <a href="https://github.com/DSpace/DSpace/pull/8292">Mirage 2 build fix</a> to <code>dspace-6_x</code> for DSpace 6.4</li>
|
||||
</ul>
|
||||
<h2 id="2022-06-07">2022-06-07</h2>
|
||||
<ul>
|
||||
<li>I tested Node.js 14 one more time with vanilla DSpace 6.4-SNAPSHOT and with the CGSpace source and it worked well
|
||||
<ul>
|
||||
<li>I made <a href="https://github.com/DSpace/DSpace/pull/8331">a pull request</a> to DSpace to use Node.js 14 for Mirage 2</li>
|
||||
<li>I even tested Node.js 16 and it works, but that is enough for now…</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2022-06-08">2022-06-08</h2>
|
||||
<ul>
|
||||
<li>Work on AReS a bit since I wasn’t able to harvest after doing the updates on the server and in the containers a few days ago
|
||||
<ul>
|
||||
<li>I don’t know what the problem was really, but on the server I had to enable IPv4 forwarding so the frontend container would build</li>
|
||||
<li>Once I downed and upped AReS with docker-compose I was able to start a new harvest</li>
|
||||
<li>I also did some tests to enable ES2020 target in the backend because we’re on Node.js 14 there now</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
Reference in New Issue
Block a user