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