Site updated at 2016-09-25 16:28:23 UTC

This commit is contained in:
Travis CI 2016-09-25 16:28:23 +00:00
parent 3abf924572
commit 2d34bf6f53
23 changed files with 59 additions and 36 deletions

View file

@ -107,6 +107,15 @@
<p>SSH onto your synology &amp; login as admin or root</p>
<ul>
<li>Log in with your own administrator account</li>
<li>Switch to root using:</li>
</ul>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo -i
</code></pre>
</div>
<p>Check the path to python3 (assumed to be /volume1/@appstore/py3k/usr/local/bin)</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span><span class="nb">cd</span> /volume1/@appstore/py3k/usr/local/bin
@ -259,6 +268,20 @@ esac
</code></pre>
</div>
<p>Update your firewall (if it is turned on on the Synology device):</p>
<ul>
<li>Go to your Synology control panel</li>
<li>Go to security</li>
<li>Go to firewall</li>
<li>Go to Edit Rules</li>
<li>Click Create</li>
<li>Select Custom: Destination port “TCP”</li>
<li>Type “8123” in port</li>
<li>Click on OK</li>
<li>Click on OK again</li>
</ul>
<p>Copy your configuration.yaml file into the config folder
Thats it… youre all set to go</p>