Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows download links and files to delete during manual upgrade #725

Merged
merged 1 commit into from
Jun 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove the cloudbees links completely and point to https://www.openhab.org/download/ instead.
That is what i wanted to do anyway for all installation articles in the future.
See #711 for reference.

It simply doesn't make sense for me, to fix those links after every release on every article.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about that solution as well. I'll remove them!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have also directly opened openhab/website#78 too get this a bit smoother in the future, if possible.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent! That would indeed make it a bit easier and less confusing. 😄

1. Download the latest Windows Stable or Snapshot ZIP archive file for manual installation from the [Download](https://www.openhab.org/download/) page.

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