Commit Graph

13 Commits (38ab13f154d87cd89bbd7db75f3379d079c19266)

Author SHA1 Message Date
Thomas Dietrich 5372975b42 Fix all installation articles according to style guide (#426)
* Add first version of styleguide, refine rules

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix all installation articles according to style guide

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-07-06 17:36:46 +02:00
Kai Kreuzer 64f3a46a33 [Windows] Update link to 2.2 snapshot (#421) 2017-06-29 18:10:15 +02:00
Angelos Fountoulakis 56778a0481 Update `Install->Windows` for 2.1.0 download links (#420)
Closes https://github.com/openhab/openhab-docs/issues/419

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
2017-06-29 08:22:19 +02:00
Ben Clark d322373711 Update MacOS and Linux with 2.1.0 update instructions (#414)
* Update MacOS with latest install and update instructions.

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Updated manual Linux instructions with latest instructions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Added TOC and path corrections

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Responded to Linux suggestions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Be more specific with paths

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Be more specific with update script (Linux)

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Be more specific with update script (MacOSX)

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Updated instructions for Windows

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Bintray doesn't support repo_gpgcheck it seems

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-06-28 15:19:44 +02:00
Angelos Fountoulakis 2fa83abacc [Windows] Include service installation instructions (#398)
* Include Windows Service Installation method

Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)

* Small formatting corrections

Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)

* More formatting changes...

Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)

* Images for Windows Installation

Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)

* 1 more image

Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)

* More formatting changes (and images)

Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)

* Change wrapper.log destination

Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)

* Add more SSH Client options

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Added OPENHAB_* (as in oh2_dir_layout)

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Downloadable Wrapper config file

Unfortunately, the auto generated wrapper.conf is "broken" and we need to make significant changes to it for the installation of the Windows service to work.
(temporarily) We can provide two methods/options to fix this issue: (1) download the attached template and overwrite existing or (2) manually edit existing

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Updated following @ThomDietrich's review

Hopefully it's better now... (it's not perfect.. I know :))

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* FIx formatting issues

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Improve numbered list indention

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* New update

[!] Rephrased installation step 4 for the windows service
[-] Removed the "download wrapper.conf" part
[!] added some empty lines between text and images
[!] changed a bit the wrapper.conf content

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Remove file `installation/openHAB2-wrapper.conf`

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Change Windows Service Log destinations

[!] All log destinations (`openhab.log, event.log & wrapper.log`) set to  `C:\openHAB2\userdata\logs` (instead of `C:\openHAB2\logs`) as specified in the File Locations section

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Added first image (JAVA_HOME.png)

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Changed Image path for Java_Home.png

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)

* Indent SSH instructions

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Add TOC

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-19 19:35:02 +02:00
Ben Clark dd1f0d4deb Add `config|custom.properties` to update list (#273)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-01-30 18:13:59 +01:00
DimitrisSar a6b86b861c [Windows] Complete and update the article (#262)
* Update windows.md

[!] Changed file paths in all examples from `C:\openhab\ to `C:\openHAB2\
[!] Changed from RC1 to Stable Release info and download links
[+] Added Windows service installation instructions
[+] Other cosmetic changes

Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>

* Update windows.md

[-] Removed the windows service installation steps.  The Karaf service wrapper configuration file is broken (see : https://community.openhab.org/t/documenting-openhab-2/10568/151)
[!] I didn't update the section "Updating the openHAB Runtime".  This needs some improvements because the instructions do not work (see:  https://community.openhab.org/t/solved-openhab-2-update-issue/20978/7)

Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>

* Update windows.md

[+] Added `` to JAVA_HOME
[+] Added `➡️ to the windows navigation instructions for the System Environment Variable
[!] Fixed the example directory in "Assuming a successful install, you will now have various folders inside `C:\openHAB2`:"
[!] Changed from "Folder Structure" to "File Locations", replicating the linux.md way
[!] Remove the update step to  delete the `userdata\etc\config.properties` file... I will test the steps later and see if they work (haven't run them through yet to check them)

Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>

* Fix arrows

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-25 23:03:27 +01:00
Ben Clark 9efdd0c675 [Windows] Improve install instructions (#216)
* Improved Windows install instructions

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Made changes according to review

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-01-17 17:19:26 +01:00
Thomas Dietrich 11557486b5 Update menu entry names, many small changes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Christian Häussler 231bddf777 Update synology.md (#29)
* Update synology.md
* Initial windows installation instructions

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
2016-06-19 20:14:09 +02:00
Kai Kreuzer fc4eb2deb8 reverted _source folder again as it does not seem to be supported by Github Pages
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 14:50:02 +02:00
Kai Kreuzer 1aa61facd5 introduced _source folder
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 10:59:32 +02:00
Kai Kreuzer e7d2340092 updated structure
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 10:30:54 +02:00