Add notes for 2019-03-17

This commit is contained in:
2019-03-17 17:43:06 +02:00
parent bd7570e9f8
commit 8b253fb03e
3 changed files with 27 additions and 8 deletions

View File

@ -308,4 +308,11 @@ java.util.EmptyStackException
- For now I will just restart Tomcat...
## 2019-03-17
- Last week Felix from Earlham said that they finished testing on DSpace Test so I made backups of some things there and re-deployed the system on Ubuntu 18.04
- During re-deployment I hit a few issues with the [Ansible playbooks](https://github.com/ilri/rmg-ansible-public) and made some minor improvements
- There seems to be an [issue with nodejs's dependencies now](https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589), which causes npm to get uninstalled when installing the certbot dependencies (due to a conflict in libssl dependencies)
- I re-worked the playbooks to use Node.js from the upstream official repository for now
<!-- vim: set sw=2 ts=2: -->