Update notes for 2016-05-30

This commit is contained in:
2016-05-30 19:40:10 +03:00
parent 8dcf2ef17b
commit c20c3e7912
4 changed files with 21 additions and 0 deletions

View File

@ -209,3 +209,9 @@ $ JAVA_OPTS="-Xmx512m -Dfile.encoding=UTF-8" /home/cgspace.cgiar.org/bin/dspace
- I'm trying to do a Discovery index before messing with the authority index
- Looks like we are missing the `index-authority` cron job, so who knows what's up with our authority index
- Run system updates on DSpace Test, re-deploy code, and reboot the server
- Clean up and import ~200 CTA records to CGSpace via CSV like:
```
$ export JAVA_OPTS="-Xmx512m -Dfile.encoding=UTF-8"
$ /home/cgspace.cgiar.org/bin/dspace metadata-import -e aorth@mjanja.ch -f ~/CTA-May30/CTA-42229.csv &> ~/CTA-May30/CTA-42229.log
```