Newer
Older
openhab / README.md
@Pascal Gollor Pascal Gollor on 5 Jul 2018 661 bytes Update README.md
# Docker ocmpose file and config for openhab

## Config
Use `openhab.conf` for configuration.
At the first start, please execute `./install.sh` to use the correct user ID in the config file.
After taht you can create the container with:
```
docker-compose up -d
```

And then you can use openhab at `http://localhost:8080`.


## Help

- http://docs.openhab.org/installation/docker.html
- https://github.com/openhab/openhab-docker

### weather binding
Copy the `webapps` folder into `userdata` and `webapps/weather-data` into `conf/html` and follow the instuctions to add `static` from here:
https://community.openhab.org/t/html-layouts-in-oh2/8762/28?u=benjy
-