2016-05-14 19:23:24 +00:00
|
|
|
---
|
|
|
|
layout: documentation
|
2016-12-06 20:49:56 +00:00
|
|
|
title: Windows
|
2016-05-14 19:23:24 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
{% include base.html %}
|
|
|
|
|
|
|
|
# Installation on Windows
|
|
|
|
|
2016-06-19 18:14:09 +00:00
|
|
|
The openHAB runtime comes as a platform-independent zip file.
|
2016-12-06 20:49:56 +00:00
|
|
|
To install it, follow these simple steps.
|
|
|
|
You will need to install Java if not already installed. Go to http://java.com to get it.
|
|
|
|
Unzip the `openhab-offline-<version>.zip` to where it is intended to be running from, e.g. `C:\openhab`.
|
|
|
|
Note that there can't be a space in the path, so it can't be in "Program Files" for example.
|
2016-06-19 18:14:09 +00:00
|
|
|
|
2016-12-06 20:49:56 +00:00
|
|
|
Start the server: Launch the runtime by executing the script `start.bat`.
|
2016-06-19 18:14:09 +00:00
|
|
|
|
2016-12-06 20:49:56 +00:00
|
|
|
Point your browser to `http://localhost:8080` and you should be looking at the openHAB portal page.
|
2016-05-14 19:23:24 +00:00
|
|
|
|
2016-12-06 20:49:56 +00:00
|
|
|
{% include contribution-wanted.html %}
|