Commit Graph

23 Commits (d0a2bd5cae2d0242a55b57408773a1b39edadb47)

Author SHA1 Message Date
Jerome Luckenbach 1a15b6c7fc
Improve markdown linting (#1906)
* Improve markdownlint configuration.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Apply changes to current linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-03 18:43:14 +01:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
Jerome Luckenbach f5b9f0a1ee
Fixes for linter errors and markdown configuration. (#1440)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 21:10:40 +01:00
Jerome Luckenbach d2d2c44a3e
Fix linter errors (#1439)
* Some leftover linting error fixes.
* Adapt rules and enble markdownlint for pull requests.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:50:43 +01:00
Jerome Luckenbach a3260307b0
Fix linter errors. 🔧(#1437)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 19:47:15 +01:00
Jerome Luckenbach e737d718ed
Fix linter errors 🔧(#1435)
* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:01:56 +01:00
Jerome Luckenbach d509fe56d6
Apply bulk automated corrections. 🔧(#1433)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:50:59 +01:00
Bob A c04e3d743c
Updates to console.md (#1392)
Replace example output with 3.0.0 output and other minor fixes.

Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-28 09:16:12 +01:00
Richard Koshak 2aa6796ce9
Updated paths to remove openhab2 (#1375)
Signed-off-by: Rich Koshak <rlkoshak@gmail.com> (github: rkoshak)
2020-12-25 15:53:40 +01:00
Jerome Luckenbach 858701a7f2
Secure links should be standard, where available. (#1354)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 10:13:16 +01:00
Jerome Luckenbach d4cc7be27e
Introduced many custom containers. (#1117)
* Refactored multiple 'Note:' occurances.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Small fixes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 16:18:48 +01:00
dougmcdorman 4a26f9b53a [administration/console.md]Fixing a bug in the Apache Karaf change password command (#611)
This command will remove the comma which makes the new password unusable so it needs put a "," in the replacement string as well.
For comparison look at the password change function which has the "," in both the search and replace.
https://github.com/openhab/openhabian/blob/master/functions/passwords.sh
sed -i "s/openhab = .*,/openhab = $passwordChange,/g" /var/lib/openhab2/etc/users.properties
2018-01-01 21:49:18 +01:00
Ben Clark 9bbabfce14 Update Linux and Console instructions for 2.2.0 (#588)
* 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>
2017-12-16 18:57:32 -05:00
Ian Hubbertz 6437c7d047 [administration/console.md]openhab-distro:#533: Change sshHost description (#504)
* openhab-distro:#533: Change sshHost description

See https://github.com/openhab/openhab-distro/issues/533

However, I only changed this for the *"Bind Console to All Interfaces"* section, but other section are affected by the same issue.

Signed-off-by: Ian Hubbertz ian_web1@hubbertz.de

* Change directory references to $OPENHAB_CONF

-  Addresses comments submitted by @ThomDietrich and @bgilmer77

Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github:bgilmer77)

* Fix long sentence

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-11-24 00:12:40 +01:00
ShaunCurrier 943f2a1164 [Console] Update whole Karaf console article (#352)
Resolves #168
Resolves #298 
Resolves #299 
Resolves #345

* Clarify console access via localhost (#168)

Also, minor editing for clarity and ease of use.
Signed-off-by: Shaun Currier <shaun.currier@gmail.com> (github: ShaunCurrier)

* Refresh successful console connection example

Make ssh command ordering more conventional
Signed-off-by: Shaun Currier shaun.currier@gmail.com (github: ShaunCurrier)

* Add detailed console password and port change (#345)

Also reorganized headers to accommodate new detail and for easier navigation.

* Link to bind to all interfaces header

* Add walkthrough for console connection.

Also, clean up wording about distinction of interactive vs. service mode console access.

* Minor cleanups from proofing

* Minor fixes from building and proofing

* Revise whole article

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

* Update console.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-03-18 13:05:00 +01:00
Kai Kreuzer 00db391e8b [Console] Replace "Karaf console" by simply "console" (#217)
* Replaced "Karaf console" by simply "console"

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* also changed menu entry

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* some missed changes...

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* moved sentences to single lines

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-18 17:50:32 +01:00
Christian Häussler d2cc60145f Update paths to new OH2 folder layout, improve content (#130)
CHanges related to https://github.com/openhab/openhab-distro/pull/318


* Add HABmin and HABPanel UIs to Overview

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Update working devices

https://github.com/openhab/openhab-syno-spk/issues/29

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Updating paths for new OH2 folder layout

Fix for #129

Needed for: openhab/openhab-distro#318

Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)

* Improve console interface text

* Correct path information, clarify details

* Update logging.md

* Remove redundant already commented content

* Add exlicit syntax to code fences

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de>
2016-11-12 19:28:23 +01:00
lolodomo 7bcc7f3599 Fix console username, add interfaces cmd (#94)
* Fix the command to access the console

and add an advice in case the command fails.

* Replace warning and improve console interfaces

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-09-13 13:44:09 +02:00
Thomas Dietrich 228e74fa83 Add title to most pages, fixes (#60)
minor spelling and format inconsistencies
upper case headlines
deletes spaces and lines at the end

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-08-05 12:10:20 +02:00
joergkling 49c89a643a Rewrite of examples in chapter "Administration" so that they based on the demo setup (#52)
Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-08-02 11:35:18 +02:00
joergkling 576c75cb4a Small enhancements to chapter "Administration" and new sub-chapter "Runtime Commands" (#47)
* Small enhancements plus new chapter "Runtime Commands"

Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-07-16 21:50:38 +02:00
Łukasz Dywicki 936b28942b openhab/openhab-distro#145 Add documentation related to ssh console binding. (#38)
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
2016-06-30 21:16:11 +02:00
joergkling a3dc71de8a Enhancements to chapter "Administration" (#20)
New Chapter "Administration"

Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-06-11 12:48:53 +02:00