Update notes for 2019-06-23

This commit is contained in:
2019-06-23 17:38:23 +03:00
parent 3eaa89b990
commit ea668dc843
2 changed files with 12 additions and 5 deletions

View File

@ -108,5 +108,12 @@ $ csvcut -c name -l 2019-06-10-subjects-matched.txt | sed 's/line_number/id/' >
- Continue work on reviewing CG Core v2 standard and its implications to CGSpace an DSpace platforms in general
- Update my [list of fields to migrate](https://gist.github.com/alanorth/2db39e91f48d116e00a4edffd6ba6409)
- Submit an [issue with my feedback to the CG Core project](https://github.com/AgriculturalSemantics/cg-core/issues/2)
- Update my local PostgreSQL container:
```
$ podman pull docker.io/library/postgres:9.6-alpine
$ podman rm dspacedb
$ podman run --name dspacedb -v dspacedb_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
```
<!-- vim: set sw=2 ts=2: -->