Add notes for 2016-08-16

This commit is contained in:
2016-08-17 07:19:11 +03:00
parent c4e2b1072a
commit b287ecf460
4 changed files with 30 additions and 0 deletions

View File

@ -114,3 +114,9 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
- Notes on NodeJS + nginx + systemd: https://gist.github.com/alanorth/51acd476891c67dfe27725848cf5ace1
![ExpressJS running behind nginx](../images/2016/08/nodejs-nginx.png)
## 2016-08-16
- Troubleshoot Paramiko connection issues with Ansible on ILRI servers: [#37](https://github.com/ilri/rmg-ansible-public/issues/37)
- Turns out we need to add some MACs to our `sshd_config`: hmac-sha2-512,hmac-sha2-256
- Update DSpace Test's Java to version 8 to start testing this configuration ([seeing as Solr recommends it](https://wiki.apache.org/solr/ShawnHeisey))