diff --git a/content/post/2017-04.md b/content/post/2017-04.md index d4eb1d9b4..813448dca 100644 --- a/content/post/2017-04.md +++ b/content/post/2017-04.md @@ -479,3 +479,18 @@ Caused by: java.lang.ClassNotFoundException: org.dspace.statistics.content.DSpac - Final file count after the cleanup task finished: 77843 - So that is 30,000 files, and about 7GB - Add logging to the cleanup cron task + +## 2017-04-26 + +- The size of the CGSpace database dump went from 111MB to 96MB, not sure about actual database size though +- Update RVM's Ruby from 2.3.0 to 2.4.0 on DSpace Test: + +``` +$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 +$ \curl -sSL https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable --ruby +... reload shell to get new Ruby +$ gem install sass -v 3.3.14 +$ gem install compass -v 1.0.3 +``` + +- Help Tsega re-deploy the ckm-cgspace-rest-api on DSpace Test diff --git a/public/2017-04/index.html b/public/2017-04/index.html index ea0f1fa3d..11e802b35 100644 --- a/public/2017-04/index.html +++ b/public/2017-04/index.html @@ -30,7 +30,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th - + @@ -79,9 +79,9 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th "@type": "BlogPosting", "headline": "April, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-04/", - "wordCount": "2845", + "wordCount": "2917", "datePublished": "2017-04-02T17:08:52+02:00", - "dateModified": "2017-04-25T17:23:30+03:00", + "dateModified": "2017-04-25T18:21:38+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -699,6 +699,24 @@ Caused by: java.lang.ClassNotFoundException: org.dspace.statistics.content.DSpac
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
+$ \curl -sSL https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable --ruby
+... reload shell to get new Ruby
+$ gem install sass -v 3.3.14
+$ gem install compass -v 1.0.3
+
+
+