Update notes

This commit is contained in:
2016-12-24 13:56:23 +02:00
parent 3afa862a9b
commit 4684bf3290
5 changed files with 50 additions and 1 deletions

View File

@ -675,3 +675,12 @@ $ exit
- enable tomcat7 cron jobs
- disable tomcat7 cron jobs on old server after!
- regenerate `sitebndl.zip` with new IP for handle server and submit it to Handle.net
## 2016-12-22
- Abenet wanted a CSV of the IITA community, but the web export doesn't include the `dc.date.accessioned` field
- I had to export it from the command line using the `-a` flag:
```
$ [dspace]/bin/dspace metadata-export -a -f /tmp/iita.csv -i 10568/68616
```