Skip to content

Commit

Permalink
Docs: fix typo (OpenEMS#1150)
Browse files Browse the repository at this point in the history

Co-authored-by: Stefan Feilmeier <[email protected]>
  • Loading branch information
HarmOtten and sfeilmeier authored Jul 1, 2024
1 parent b82772b commit 99f1b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/modules/ROOT/pages/edge/deploy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This guide covers a simple, manual approach. For productive systems it is requir
Prerequisites:
* A target device running Debian Linux like a Raspberry Pi, Beaglebone Black or an IoT gateway. You need the IP address and SSH access.
* Create a JAR-file that should be deployes. See xref:edge/build.adoc[Build OpenEMS Edge] for details. Alternatively you may download the latest release `openems-edge.jar` file from https://github.com/OpenEMS/openems/releases[GitHub] under _Assets_.
* Create a JAR-file that should be deployed. See xref:edge/build.adoc[Build OpenEMS Edge] for details. Alternatively you may download the latest release `openems-edge.jar` file from https://github.com/OpenEMS/openems/releases[GitHub] under _Assets_.
* Setup an SSH client to connect to the Linux console, e.g. http://www.9bis.net/kitty/[KiTTY]
* Setup an SCP client to copy the JAR file via SSH, e.g. https://winscp.net/eng/docs/lang:de[WinSCP]
Expand Down Expand Up @@ -132,4 +132,4 @@ Execute `systemctl restart openems --no-block; journalctl -lfu openems`
The command restarts the service (_systemctl restart openems_) while not waiting for the OpenEMS startup notification (_--no-block_). Then it directly prints the OpenEMS system log (_journalctl -lfu openems_).
+
.OpenEMS Edge start-up
image::deploy-openems-start.png[OpenEMS Edge start-up]
image::deploy-openems-start.png[OpenEMS Edge start-up]

0 comments on commit 99f1b6d

Please sign in to comment.