Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Apt Repository

heaterC edited this page Jan 5, 2015 · 12 revisions

This Page is being merged into Quicksetup->Linux and Hardware currently. It will be gone soon.


Prerequisites

Raspberry Pi

Java 7

sudo apt-get update && sudo apt-get install oracle-java7-jdk
sudo update-java-alternatives -s jdk-7-oracle-armhf

Java 8

sudo apt-get install oracle-java8-jdk
sudo update-java-alternatives -s jdk-8-oracle-arm-vfp-hflt

BeagleBone Black

TBD

Ubuntu / Debian

Install a java 7 runtime. On ARM boards, it is not recommended to use any other than Oracle Java, because parts of OpenHAB, in particular bindings, may not work.

Remarks

The runtime installation is tweaked to use separate folders for configuration, the software, log files and runtime generated files. Therefore your feedback will be very welcome, especially if you run into problems.

Then continue with the installation (linux) and configuration.

Installation


User Interfaces


Community

(link to openHAB forum)

Development



Misc


Samples

A good source of inspiration and tips from users gathered over the years. Be aware that things may have changed since they were written and some examples might not work correctly.

Please update the wiki if you do come across any out of date information.

Use case examples

Collections of Rules on a single page

Single Rules

Scripts


Release Notes

Clone this wiki locally