Add notes for 2017-04-26

This commit is contained in:
2017-04-26 13:35:10 +03:00
parent 990b9e976b
commit 1462a88885
3 changed files with 41 additions and 8 deletions

View File

@ -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