* Make it more clear that Java 8 is required
Reword to make it more clear that Java 8 is required and all of the newer versions of Java are not currently supported.
Addresses #765
signed off by Rich Koshak <rlkoshak@gmail.com>
The Docker Image is now capable of performing the same upgrade steps as a standard apt-get/yum/upgrade script automatically when a container detects it is a different version from that in the mapped userdata folder.
Singed off by Rich Koshak: rlkoshak@gmail.com
use -e USER_ID instead of --user for systemd, too
Docker uses --user flag which causes container to not be able to create groups. This has already been fixed in the docs for the docker run command.
This change just adds the same fix toe the systemd service file.
Signed-off-by: Martin Runge martin.runge@web.de
* Update Linux instructions for 2.2.0
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Correct console link
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add warning about known_hosts file using SSH
And suggest using the Karaf console script instead of SSH on localhost.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add user/pass info at relevant point.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update windows with client script note.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update console page according to reviews
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Update Linux page according to reviews
Signed-off-by: Ben Clark <ben@benjyc.uk>
WIth pull #579 there are two more files to remove during the update:
userdata\etc\system.properties
userdata\etc\custom.system.properties
Signed-off-by: Matus Hromada matushromada@gmail.com (github: matushromada)
* Quick fix of the docker run command.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Changed command explanations to list style according to review.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Add Linux/MacOSX backup and restore instructions
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Change to absolute path references
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Moved Syntax Highlighting page from openhab1-addons wiki into user manual
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Cosmetic improvements according to the PR Discussion
Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)
* Some Improvements from the feedback of @ThomDietrich.
More to come.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* General:
Added some introduction sentences.
Updated Notepad++ "installation" section
Eclipse SmartHome Designer:
Moved ESH article from installation category to editors page.
Additionally removed the navigation menu entry and updated all references to other articles and moved used images in the now necessary folder.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Improvement due to requested change
"First letter of a line capital pls"
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Requested Name and capital Letter changes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Updated mcedit section.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* - Requested changes by ThomDietrich
- Additionally shortenend the "Others" Section
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Typo correction and intro text update to current headlines.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* - Defined headanchor explicitly
- Added designer.md file with a redirection to the new editors page.
- Removed some sentences of the introduction
- Changed the "Others" headline
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Add stable anchors
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Edited information concerning Zulu install
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Added pointers to linux install
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Added java alternatives instruction
Signed-off-by: Ben Clark <ben@benjyc.uk>
* [demo] Fix non-existent link.
With the old link I get the following browser. I'm not sure the new link in this commit/PR is what is supposed to be:
```
HTTP ERROR 404
Problem accessing /job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-offline/target/openhab-offline-2.0.0-SNAPSHOT.zip. Reason:
Not Found
```
* Deprecated an old demo page.
* Remove obsolete demo page.
No content was added.
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* 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>
* 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>