Commit Graph

26 Commits (4a26f9b53a7e47ea481a91d2f44b3dcfd57e7bfc)

Author SHA1 Message Date
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
bgilmer77 2b3586399e [Logging] Add example for logging Item state (#546)
* Add example for logging Item State

-  Addresses #534
-  Edited text to improve comprehension
-  Changed "Demo" to "heating-control.rules" in text
-  Changed "Demo" example to "heating-control.rules" example in #534
-  Article needs more work, but this PR is limited to addressing this issue.

* Address various comments from ThomDietrich

-  Numerous changes to address comments

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

* Shorten package name/log example

-  Shortened package to e.model.script.heating-control.rules
-  Removed one of the temp entries from the logging example

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

* Add improvements

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

* Change suggested by @bgilmer

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-11-08 13:23:08 +01:00
Jerome L e92cbee583 [Admin] Add naming convention to bundles (#522)
* Linting update before improving the article.

Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)

* Added an article about the bundle naming convention.

Closes #165

Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)

* Changes according to the review from @bgilmer77

- Removed the "id" explanation
- Simplified the usage Example

Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)

* Edited all code blocks and changed them to "text" instead of "python".

Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)

* Review edits.
- Added package namespace
- Changed to a generic description for <prefix>

Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)

* Markdown conform list indention

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-11-06 01:43:26 +01:00
sihui 61111d0bb4 Add prerequisite to stop openHAB before changing JsonDB files manually (#391)
Changing a JsonDB file manually is only possible if openHAB is stopped first, then perform the changes and then restart openHAB.
See discussion https://community.openhab.org/t/storage-of-items-authored-in-paperui/29427/14

Signed-off-by: Siegfried Huismann sihui@gmx.de (github: sihui62)
2017-06-06 20:19:49 +02: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
Thomas Dietrich cd86421a5b [Administration] Fix spelling error
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-09 11:43:07 +01:00
Chris Jackson 5be5bc2fb9 [JsonDB] Initial addition of jsondb overview (#282)
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
2017-02-04 21:09:26 +01:00
Angelos Fountoulakis 44266484bf [Logging] Small correction on log command (#286)
Closes: #285 (https://github.com/openhab/openhab-docs/issues/285)
Small Correction on Log command to display exceptions

Signed-off-by: Angelos agf@itcs.ro (github: AngelosF)
2017-02-02 13:34:42 +01:00
M-ax-G a3fa6a75d8 [Logging] Update loglevels description (#212)
* Update logging.md

* Update logging.md

* Update logging.md

Signed-off-by: Max Grenkowitz <mxgrnkwtz@gmail.com> (github: M-ax-G)
Also signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-22 14:31:39 +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
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
Thomas Dietrich c87cd8c42c Add placeholder articles 2016-12-14 19:05:17 +01:00
Thomas Dietrich d1e667aa54 [Runtime] Remove table headers 2016-11-12 20:34:33 +01:00
Thomas Dietrich 0681324a2e Fix markdown 2016-11-12 20:24:41 +01:00
Kai Kreuzer 9075c11b32 added audio and voice console commands
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-12 20:24:41 +01:00
Thomas Dietrich ccf16c3c58 [Logging] Fix formatting 2016-11-12 19:33:30 +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
joergkling fb21092209 New Chapter "Administration" (#13)
Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-06-04 20:39:05 +02:00