Skip to content

Commit 6fe58d8

Browse files
committed
quickstart
1 parent 9321822 commit 6fe58d8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/operate/get-started/setup.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@ weight: 10
55
layout: "docs"
66
type: "docs"
77
no_list: true
8-
description: "TODO"
8+
description: "Install the software that drives hardware and connects your device to the cloud."
99
---
10+
11+
## Quickstart
12+
13+
1. Create a [Viam app](https://app.viam.com) account.
14+
The Viam app is the online hub for configuring and managing devices as well as viewing data.
15+
1. Add a new _{{< glossary_tooltip term_id="machine" text="machine" >}}_ in the app.
16+
A machine represents your device.
17+
1. From the machine page, follow the setup instructions to install `viam-server` on your device and connect it to the cloud.
18+
`viam-server` is the executable binary that runs on your device and manages hardware drivers, software, and data capture and sync.

docs/operate/reference/viam-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you are working with microcontrollers, [`viam-micro-server`](/architecture/vi
2121
To use Viam with a machine, you create a configuration specifying which hardware and software the machine consists of.
2222
`viam-server` then manages and runs the drivers for the configured {{< glossary_tooltip term_id="resource" text="resources" >}}.
2323

24-
Overall, _viam-server_ manages:
24+
Overall, `viam-server` manages:
2525

2626
- [Communication](#communication)
2727
- [Dependency management](#dependency-management)

0 commit comments

Comments
 (0)