From c20c3e7912c66d48a8da5816c68db9ac796576e8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 May 2016 19:40:10 +0300 Subject: [PATCH] Update notes for 2016-05-30 --- content/2016-05.md | 6 ++++++ public/2016-05/index.html | 5 +++++ public/index.xml | 5 +++++ public/tags/notes/index.xml | 5 +++++ 4 files changed, 21 insertions(+) diff --git a/content/2016-05.md b/content/2016-05.md index c26a7a03a..75b6034e3 100644 --- a/content/2016-05.md +++ b/content/2016-05.md @@ -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 +``` diff --git a/public/2016-05/index.html b/public/2016-05/index.html index b6b830a91..55ac4cf73 100644 --- a/public/2016-05/index.html +++ b/public/2016-05/index.html @@ -334,8 +334,13 @@ $ /home/dspacetest.cgiar.org/bin/dspace export -t COLLECTION -i 10568/79355 -d ~
  • 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
    +
    +