Update notes for 2017-09-24

This commit is contained in:
2017-09-24 17:10:15 +03:00
parent 2b715f28e7
commit f220c9a7a8
3 changed files with 17 additions and 7 deletions

View File

@ -458,3 +458,8 @@ $ schedtool -D -e ionice -c2 -n7 nice -n19 dspace filter-media -f -i 10947/1 -p
- CGSpace, `n1-standard-4 ` with 4 vCPUs, 15GB RAM, 300GB persistent SSD: $148/month
- Looking at [Linode's instance pricing](https://www.linode.com/pricing#all), for DSpace Test it seems we could use the same 8GB instance for $40/month, and then add [block storage](https://www.linode.com/docs/platform/how-to-use-block-storage-with-your-linode) of ~300GB for $30 (block storage is currently in beta and priced at $0.10/GiB)
- For CGSpace we could use the cheaper 12GB instance for $80 and then add block storage of 500GB for $50
- I've sent Peter a message about moving DSpace Test to the New Jersey data center so we can test the block storage beta
- Create pull request for adding ISI Journal to search filters ([#341](https://github.com/ilri/DSpace/pull/341))
- Peter asked if we could map all the items of type `Journal Article` in [ILRI Archive](https://cgspace.cgiar.org/handle/10568/2703) to [ILRI articles in journals and newsletters](https://cgspace.cgiar.org/handle/10568/3)
- It is easy to do via CSV using OpenRefine but I noticed that on CGSpace ~1,000 of the expected 2,500 are already mapped, while on DSpace Test they were not
- I've asked Peter if he knows what's going on (or who mapped them)