Skip to content

Commit

Permalink
quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT committed Dec 20, 2024
1 parent 9321822 commit 6fe58d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs/operate/get-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@ weight: 10
layout: "docs"
type: "docs"
no_list: true
description: "TODO"
description: "Install the software that drives hardware and connects your device to the cloud."
---

## Quickstart

1. Create a [Viam app](https://app.viam.com) account.
The Viam app is the online hub for configuring and managing devices as well as viewing data.
1. Add a new _{{< glossary_tooltip term_id="machine" text="machine" >}}_ in the app.
A machine represents your device.
1. From the machine page, follow the setup instructions to install `viam-server` on your device and connect it to the cloud.
`viam-server` is the executable binary that runs on your device and manages hardware drivers, software, and data capture and sync.
2 changes: 1 addition & 1 deletion docs/operate/reference/viam-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you are working with microcontrollers, [`viam-micro-server`](/architecture/vi
To use Viam with a machine, you create a configuration specifying which hardware and software the machine consists of.
`viam-server` then manages and runs the drivers for the configured {{< glossary_tooltip term_id="resource" text="resources" >}}.

Overall, _viam-server_ manages:
Overall, `viam-server` manages:

- [Communication](#communication)
- [Dependency management](#dependency-management)
Expand Down

0 comments on commit 6fe58d8

Please sign in to comment.