-
Notifications
You must be signed in to change notification settings - Fork 8
Habarama
AdrianFarmadin edited this page Nov 9, 2016
·
21 revisions
Habarama is a part of the Hogarama Project responsible for collecting data and controlling gadgets. It uses MQTT to interconnect the Raspberries and OpenHab to collect data from sensors.
docker build -t habarama Habarama/docker
The following command will run Habarama with default configuration on the host machine:
docker run -p 8080:8080 habarama
Visit localhost:8080 to see the result.
NOTE: This is not the preferred method to get Habarama up and running. To properly run the container, please specify the configuration.
docker run \
-p 8080:8080 \
-v configuration-dir:/OpenHab/configurations \
-d \
habarama
- Home
- Setup Guide
- Using Hogarama
-
Cloud Components
- AMQ
- MongoDB
- Single Sign On
- Hogajama
- Kafka
- Habarama
- Troubleshooting Hogarama
- Optional Modules
- Developer Guideline