mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2017-04-26
This commit is contained in:
parent
990b9e976b
commit
1462a88885
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2017-04/</loc>
|
||||
<lastmod>2017-04-25T17:23:30+03:00</lastmod>
|
||||
<lastmod>2017-04-25T18:21:38+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2017-04-25T17:23:30+03:00</lastmod>
|
||||
<lastmod>2017-04-25T18:21:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -105,19 +105,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2017-04-25T17:23:30+03:00</lastmod>
|
||||
<lastmod>2017-04-25T18:21:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2017-04-25T17:23:30+03:00</lastmod>
|
||||
<lastmod>2017-04-25T18:21:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2017-04-25T17:23:30+03:00</lastmod>
|
||||
<lastmod>2017-04-25T18:21:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user