summaryrefslogtreecommitdiffstats
path: root/docs/getting-started/app-workflow-deploy-app.md
blob: f40c3aa6133094a79e696c681552f76d30265029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Deploy the Application to the Board #

You can set up your build environment to leverage a procedure's
[application template](../../../../../docs/devguides/en/dev/reference/sdk-devkit/docs/part-2/2_4-Use-app-templates.html)
(app-template).
An app-template is an application framework that contains
[CMake](https://cmake.org/) macros that abstract deploying the application.
For example, with a proper build environment, you can run the following
to deploy your application:

```
$ make widget-target-install
```

The previous command uses secure copy (`scp`) to copy and install the widget to a
pre-defined target board.