Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Baginski committed May 11, 2016
1 parent cadc63f commit 4bd5c0a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# fabric-home-assistant


![image](hass_icon.png) ![image](plus.png) ![image](fabric_icon.png)

Easily deploy [Home-Assistant](http://home-assistant.io) along with a websockets enabled build of [Mosquitto](https://github.com/eclipse/mosquitto) to your Raspberry Pi with Fabric.

**What is [Fabric](http://www.fabfile.org)?**
The official README says:
> "Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks."
Python makes automating the build of things effortless.
Since I use Python3 mostly, and the offical repo's don't contain a py3 version yet, you'll need to use this version for now: [https://github.com/mathiasertl/fabric.git](https://github.com/mathiasertl/fabric)

### To Run:

Simply install fabric locally:
```pip install fabric```

Clone the contents: ``` git clone https://github.com/jbags81/fabric-home-assistant.git ```

Run the "deploy" function: ``` fab deploy ```

0 comments on commit 4bd5c0a

Please sign in to comment.