Add notes for 2021-09-19

This commit is contained in:
2021-09-19 15:42:23 +03:00
parent 61e8011d7f
commit 313bed0608
26 changed files with 81 additions and 32 deletions

View File

@ -155,5 +155,25 @@ dspace.log.2021-09-17:15235
```
- I restarted the server and DSpace came up fine... so it must have been some kind of fluke
- Continue working on cleaning up and annotating the metadata registry on CGSpace
- I removed two old metadata fields that we stopped using earlier this year with the CG Core v2 migration: `cg.targetaudience` and `cg.title.journal`
## 2021-09-18
- Make more progress on parsing and documenting the CGSpace submission form
- Publish on GitHub: https://github.com/ilri/cgspace-submission-guidelines
## 2021-09-19
- Improve CGSpace Submission Guidelines metadata parsing and documentation
- GitHub Pages is live now: https://ilri.github.io/cgspace-submission-guidelines/
- Start a full harvest on AReS
- The harvest completed successfully, but for some reason there were only 92,000 items...
- I updated all Docker images, rebuilt the application, then ran all system updates and rebooted the system:
```console
$ docker images | grep -v ^REPO | sed 's/ \+/:/g' | cut -d: -f1,2 | xargs -L1 docker pull
$ docker-compose build
```
<!-- vim: set sw=2 ts=2: -->