Site updated at 2016-05-24 16:00:09 UTC

This commit is contained in:
Travis CI 2016-05-24 16:00:09 +00:00
parent a681d074c4
commit 273d9e8034
20 changed files with 46 additions and 40 deletions

View file

@ -112,23 +112,29 @@ wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant
<p>By default, installation makes use of a Python Virtualenv. If you wish to not follow this recommendation, you may add the flag <code>-n</code> to the end of the install command specified above.</p>
<p>The All-In-One installer script will do the following automatically:<br />
* Create all needed directories<br />
* Create needed service accounts<br />
* Install OS and Python dependencies<br />
* Setup a python virtualenv to run Home Assistant and components inside.<br />
* Run as <code>hass</code> service account<br />
* Install Home Assistant in a virtualenv<br />
* Build and install Mosquitto from source with websocket support running on ports 1883 and 9001<br />
* Build and Install Python-openzwave in the Home Assistant virtualenv<br />
* Build openzwave-control-panel in <code>/srv/hass/src/open-zwave-control-panel</code><br />
* Add both Home Assistant and Mosquitto to systemd services to start at boot</p>
<p>The All-In-One installer script will do the following automatically:</p>
<p>To upgrade the All-In-One:<br />
* Login to Raspberry Pi <code>ssh pi@your_raspberry_pi_ip</code><br />
* Change to hass user <code>sudo su -s /bin/bash hass</code><br />
* Change to virtual enviroment <code>source /srv/hass/hass_venv/bin/activate</code><br />
* Update HA <code>pip3 install --upgrade homeassistant</code></p>
<ul>
<li>Create all needed directories</li>
<li>Create needed service accounts</li>
<li>Install OS and Python dependencies</li>
<li>Setup a python virtualenv to run Home Assistant and components inside.</li>
<li>Run as <code>hass</code> service account</li>
<li>Install Home Assistant in a virtualenv</li>
<li>Build and install Mosquitto from source with websocket support running on ports 1883 and 9001</li>
<li>Build and Install Python-openzwave in the Home Assistant virtualenv</li>
<li>Build openzwave-control-panel in <code>/srv/hass/src/open-zwave-control-panel</code></li>
<li>Add both Home Assistant and Mosquitto to systemd services to start at boot</li>
</ul>
<p>To upgrade the All-In-One:</p>
<ul>
<li>Login to Raspberry Pi <code>ssh pi@your_raspberry_pi_ip</code></li>
<li>Change to hass user <code>sudo su -s /bin/bash hass</code></li>
<li>Change to virtual enviroment <code>source /srv/hass/hass_venv/bin/activate</code></li>
<li>Update HA <code>pip3 install --upgrade homeassistant</code></li>
</ul>
<p><em>Windows Users</em> - Please note that after running the installer, you will need to modify a couple settings allowing you to “switch users” to edit your configuration files. The needed change within WinSCP can be seen here: <a href="http://i.imgur.com/tlOljo6.jpg">Imgur</a></p>