forked from home-assistant/fabric-home-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonathan Baginski
committed
May 11, 2016
1 parent
cadc63f
commit 4bd5c0a
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ``` |