https://github.com/aarono/autohome
RaspberryPI + jeedom + habridge + homebridge
https://github.com/aarono/autohome
docker home-automation iot raspberry-pi
Last synced: about 2 months ago
JSON representation
RaspberryPI + jeedom + habridge + homebridge
- Host: GitHub
- URL: https://github.com/aarono/autohome
- Owner: AaronO
- Created: 2017-08-24T16:39:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T21:02:48.000Z (almost 9 years ago)
- Last Synced: 2025-02-04T17:55:00.984Z (over 1 year ago)
- Topics: docker, home-automation, iot, raspberry-pi
- Language: Go
- Size: 5.86 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autohome
RaspberryPI + jeedom + habridge + homebridge
## Quick install
```
curl https://omullan.com/autohome/install.sh | bash
```
## Step-by-step setup on your raspberry Pi
Manually do what `install.sh` does.
### 1. Install a modern version of docker
```
curl https://get.docker.com | sudo bash
```
### 2. Download docker-compose.yml to your RPi
Download the latest docker-compose.yml:
```
curl https://raw.githubusercontent.com/AaronO/autohome/master/docker-compose.yml > docker-compose.yml
```
### 3. Run it
Then start it:
```
sudo docker-compose up
```
### 4. That's all