mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-09-19
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user