mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-04-26
This commit is contained in:
@ -30,7 +30,7 @@ $ [dspace]/bin/dspace filter-media -f -i 10568/16498 -p "ImageMagick PDF Th
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-04-02T17:08:52+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-04-25T17:23:30+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-04-25T18:21:38+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
<li>Add logging to the cleanup cron task</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2017-04-26">2017-04-26</h2>
|
||||
|
||||
<ul>
|
||||
<li>The size of the CGSpace database dump went from 111MB to 96MB, not sure about actual database size though</li>
|
||||
<li>Update RVM’s Ruby from 2.3.0 to 2.4.0 on DSpace Test:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>$ 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
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>Help Tsega re-deploy the ckm-cgspace-rest-api on DSpace Test</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user