mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-04 22:33:02 +01:00
Add notes for 2016-08-16
This commit is contained in:
parent
c4e2b1072a
commit
b287ecf460
@ -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
|
- Notes on NodeJS + nginx + systemd: https://gist.github.com/alanorth/51acd476891c67dfe27725848cf5ace1
|
||||||
|
|
||||||
![ExpressJS running behind nginx](../images/2016/08/nodejs-nginx.png)
|
![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))
|
||||||
|
@ -214,6 +214,14 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
|
|||||||
|
|
||||||
<p><img src="../images/2016/08/nodejs-nginx.png" alt="ExpressJS running behind nginx" /></p>
|
<p><img src="../images/2016/08/nodejs-nginx.png" alt="ExpressJS running behind nginx" /></p>
|
||||||
|
|
||||||
|
<h2 id="2016-08-16">2016-08-16</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Troubleshoot Paramiko connection issues with Ansible on ILRI servers: <a href="https://github.com/ilri/rmg-ansible-public/issues/37">#37</a></li>
|
||||||
|
<li>Turns out we need to add some MACs to our <code>sshd_config</code>: hmac-sha2-512,hmac-sha2-256</li>
|
||||||
|
<li>Update DSpace Test’s Java to version 8 to start testing this configuration (<a href="https://wiki.apache.org/solr/ShawnHeisey">seeing as Solr recommends it</a>)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
|
@ -151,6 +151,14 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><img src="../images/2016/08/nodejs-nginx.png" alt="ExpressJS running behind nginx" /></p>
|
<p><img src="../images/2016/08/nodejs-nginx.png" alt="ExpressJS running behind nginx" /></p>
|
||||||
|
|
||||||
|
<h2 id="2016-08-16">2016-08-16</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Troubleshoot Paramiko connection issues with Ansible on ILRI servers: <a href="https://github.com/ilri/rmg-ansible-public/issues/37">#37</a></li>
|
||||||
|
<li>Turns out we need to add some MACs to our <code>sshd_config</code>: hmac-sha2-512,hmac-sha2-256</li>
|
||||||
|
<li>Update DSpace Test&rsquo;s Java to version 8 to start testing this configuration (<a href="https://wiki.apache.org/solr/ShawnHeisey">seeing as Solr recommends it</a>)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -151,6 +151,14 @@ $ ln -sv ~/dspace/webapps/solr /opt/brew/Cellar/tomcat/8.5.4/libexec/webapps/sol
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><img src="../images/2016/08/nodejs-nginx.png" alt="ExpressJS running behind nginx" /></p>
|
<p><img src="../images/2016/08/nodejs-nginx.png" alt="ExpressJS running behind nginx" /></p>
|
||||||
|
|
||||||
|
<h2 id="2016-08-16">2016-08-16</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Troubleshoot Paramiko connection issues with Ansible on ILRI servers: <a href="https://github.com/ilri/rmg-ansible-public/issues/37">#37</a></li>
|
||||||
|
<li>Turns out we need to add some MACs to our <code>sshd_config</code>: hmac-sha2-512,hmac-sha2-256</li>
|
||||||
|
<li>Update DSpace Test&rsquo;s Java to version 8 to start testing this configuration (<a href="https://wiki.apache.org/solr/ShawnHeisey">seeing as Solr recommends it</a>)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user