Skip to content

Commit

Permalink
Fix Windows download links and files to delete during manual upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <eclipse@maindrain.net>
  • Loading branch information
wborn committed Jun 17, 2018
1 parent 619cf6b commit 7ec52dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ On this page, we will be using `C:\openHAB2` as an example.
The openHAB runtime is distributed using a platform-independent zip file.
To install it, follow these simple steps:

1. Choose between the Stable Version [![Download](https://api.bintray.com/packages/openhab/mvn/openhab-distro/images/download.svg)](https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F2.2.0%2Fopenhab-2.2.0.zip) or the latest Snapshot Version [![Download](https://api.bintray.com/packages/openhab/mvn/openhab-distro/images/download.svg?version=2.3.0)](https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-2.3.0-SNAPSHOT.zip) of openHAB.
1. Choose between the Stable Version [![Download](https://img.shields.io/badge/Download-2.3.0-blue.svg)](https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F2.3.0%2Fopenhab-2.3.0.zip) or the latest Snapshot Version [![Download](https://img.shields.io/badge/Download-2.4.0--SNAPSHOT-blue.svg)](https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-2.4.0-SNAPSHOT.zip) of openHAB.

2. Unzip the file in your chosen directory (e.g. `C:\openHAB2`)

Expand Down Expand Up @@ -85,14 +85,16 @@ To update manually, download a later version of the openHAB distribution zip fil
- `userdata\etc\branding-ssh.properties`
- `userdata\etc\config.properties`
- `userdata\etc\custom.properties`
- `userdata\etc\custom.system.properties`
- `userdata\etc\distribution.info`
- `userdata\etc\jre.properties`
- `userdata\etc\org.openhab.addons.cfg`
- `userdata\etc\org.ops4j.pax.url.mvn.cfg`
- `userdata\etc\overrides.properties`
- `userdata\etc\profile.cfg`
- `userdata\etc\startup.properties`
- `userdata\etc\version.properties`
- `userdata\etc\system.properties`
- `userdata\etc\custom.system.properties`
- `userdata\etc\version.properties`
- Any file in `userdata\etc` that starts with `org.apache.karaf`
- The `userdata\cache` folder
- The `userdata\tmp` folder
Expand Down

0 comments on commit 7ec52dc

Please sign in to comment.