Skip to content

Commit

Permalink
Update "Install Eclipse Kanto" guide to cover the incoming M2 release (
Browse files Browse the repository at this point in the history
…#143)

[#141] Update "Install Eclipse Kanto" guide to cover the incoming M2 release

Applied the necessary changes regarding new functionalities and released version.

Signed-off-by: Konstantina Gramatova <[email protected]>
  • Loading branch information
konstantina-gramatova authored Sep 27, 2022
1 parent 10f11aa commit d7eb978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion web/site/content/docs/getting-started/dmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ on the right-hand side

* **\<your-namespace\>:\<gateway-name\>** - the gateway you have provisioned with _Features_, e.g.
* ConnectionStatus
* Autouploadable
* SoftwareUpdatable
* AutoUploadable
* BackupAndRestore
* Metrics
* **\<your-namespace\>:\<gateway-name\>:edge:containers** - a virtual one that provides the edge container management _Features_, e.g.
* ConnectionStatus
* ContainerFactory
Expand Down
8 changes: 5 additions & 3 deletions web/site/content/docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ at <a href="https://github.com/eclipse-kanto/kanto/releases" target="_blank">the
Download and install it via executing the following (adjusted to your package name):

```shell
wget https://github.com/eclipse-kanto/kanto/releases/download/v0.1.0-M1/kanto_0.1.0-M1_linux_x86_64.deb && \
sudo apt install ./kanto_0.1.0-M1_linux_x86_64.deb
wget https://github.com/eclipse-kanto/kanto/releases/download/v0.1.0-M2/kanto_0.1.0-M2_linux_x86_64.deb && \
sudo apt install ./kanto_0.1.0-M2_linux_x86_64.deb
```

### Verify
Expand All @@ -35,7 +35,9 @@ systemctl status \
suite-connector.service \
container-management.service \
software-update.service \
file-upload.service
file-upload.service \
file-backup.service \
system-metrics.service
```

All listed services must be in an active running state.
Expand Down

0 comments on commit d7eb978

Please sign in to comment.