Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CE review for the onboarding process (get started guide) #2348

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions 01.Get-started/02.Deploy-an-application-update/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ In the Device information view for the device you just connected, select **Creat

![create a deployment for this device](device_actions_create.png)

This will start the deployment wizard. The first step is to **Select a device group
to target**. As we have not yet created any specific groups the only
option presented should be **All devices**.
This will start the deployment wizard. First notice that the device is already selected in the **Select a device group to target** section.

![create a deployment](create_deployment_group.png)

Expand All @@ -48,7 +46,7 @@ server.

![congratulations device](completed_first_deployment.png)

!!! If you close the previous tooltip, you can still get the IP address. Then, you will need to append the port **85** to the browser's URL.
!!! Then, you will need to append the port **85** to the browser's URL.
!!! For a Raspberry Pi connected by following [Prepare a Raspberry Pi device](../01.Preparation/01.Prepare-a-Raspberry-Pi-device/docs.md),
!!! you can run `$ hostname -I` inside your RaspberryPi terminal.
!!! For a virtual device, connected by following [Prepare a virtual device](../01.Preparation/02.Prepare-a-virtual-device/docs.md),
Expand Down
3 changes: 3 additions & 0 deletions 01.Get-started/03.Deploy-an-operating-system-update/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ You should:
* have completed [Deploy an application update](../02.Deploy-an-application-update/docs.md)
* know the IP address of your device

! Currently `mender-artifact snapshot` funtionality does not work with Mender Client 4.0
! as the `mender` util was splitted in multiple components, see
! [Mender snapshot](../../06.Artifact-creation/02.Create-an-Artifact-with-system-snapshot/docs.md) for more details.
Comment on lines +22 to +24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@estape11 As long as you have a recent enough mender-artifact it should work just fine. We changed the tool to first probe the device if mender-snapshot standalone exists, and if not fallback to mender legacy client.

Can you please double check which version of mender-artifact were you using at the time of testing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @lluiscampos I was using mender-artifact version 3.11.2, the one that the instructions guides to download (https://docs.mender.io/get-started/deploy-an-operating-system-update#step-1-download-the-mender-artifact-utility-on-your-workstation)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot reproduce.

But this is a bug and needs to be fixed (not just documented). Please create a JIRA task with the steps to reproduce and we'll look at it ASAP.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


### Step 1 - Download the mender-artifact utility on your workstation

Expand Down