Update notes for 2018-10-24

This commit is contained in:
2018-10-24 14:47:58 +03:00
parent a7800ca851
commit 0d811c208f
3 changed files with 12 additions and 8 deletions

View File

@ -547,5 +547,7 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: application/json"
- I deployed the new Creative Commons choices to the usage rights on the CGSpace submission form
- Also, I deployed the changes to show usage rights on the item view
- Re-work the [dspace-statistics-api](https://github.com/alanorth/dspace-statistics-api) to use Python's native json instead of ujson to make it easier to deploy in places where we don't haveor don't want to havePython headers and a compiler (like containers)
- Re-work the deployment of the API to use systemd's `EnvironmentFile` to read the environment variables instead of `Environment` in the [RMG Ansible infrastructure scripts](https://github.com/ilri/rmg-ansible-public)
<!-- vim: set sw=2 ts=2: -->