Add notes for 206-06-20

This commit is contained in:
2016-06-20 08:11:24 +03:00
parent a71650fb98
commit b66c01615b
4 changed files with 35 additions and 0 deletions

View File

@ -203,3 +203,11 @@ UPDATE 960
- Interesting "Sunburst" visualization on a Digital Commons page: http://www.repository.law.indiana.edu/sunburst.html
- Final testing on metadata fix/delete for `dc.description.sponsorship` cleanup
- Need to run `fix-metadata-values.py` and then `fix-metadata-values.py`
## 2016-06-20
- CGSpace's HTTPS certificate expired last night and I didn't notice, had to renew:
```
# /opt/letsencrypt/letsencrypt-auto renew --standalone --pre-hook "/usr/bin/service nginx stop" --post-hook "/usr/bin/service nginx start"
```