Site updated at 2017-10-27 06:07:00 UTC

This commit is contained in:
Travis CI 2017-10-27 06:07:00 +00:00
parent 33e5381d30
commit 8cf2c82e8f
28 changed files with 72 additions and 68 deletions

View file

@ -96,7 +96,7 @@
</code></pre>
</div>
<h3><a class="title-link" name="step-2-create-a-directory-for-home-assistant" href="#step-2-create-a-directory-for-home-assistant"></a> Step 2: Create a directory for Home Assistant</h3>
<p>This can be anywhere you want. As example we put it in <code class="highlighter-rouge">/srv</code>. You also need to change the ownership of the directory to the user you created above (if you created one).</p>
<p>This can be anywhere you want. We chose to put it in <code class="highlighter-rouge">/srv</code>. You also need to change the ownership of the directory to the user you created above (if you created one).</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo mkdir /srv/homeassistant
<span class="gp">$ </span>sudo chown homeassistant:homeassistant /srv/homeassistant
</code></pre>