aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/4_build-first-app.md
blob: 34f895bf1dfec4037402cd3d1f0cf5fdff6b95ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Create your first AGL application

## Prerequisites

- `xds-agent` is running locally on your machine
  (see previous chapter: [Installing XDS client tools](./1_install-client.html) )
- `xds-server` is running locally in a docker container or is accessible on your
  network (see previous chapter: [Installing XDS server](./2_install-xds-server.html))
- one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](./3_install-sdks.html))
- XDS configuration is correct: in other words, connection is correctly
  established between `xds-agent` and `xds-server` and no error message is
  displayed when you open XDS Dashboard in a web browser.

---

Links to subchapters :

- [Setup](./4-1_build-first-app-setup.html)
- [Build using command line tool](./4-2_build-first-app-cmd.html)
- [Build using XDS Dashboard](./4-3_build-first-app-dashboard.html)
- [Build using a source code editor / IDE](./4-4_build-first-app-ide.html)