aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/4_build-first-app.md
blob: 637a6ab39ed0cf4b30a09c8449030c0ecf72f90f (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-server` is running locally in a docker container or is accessible on your
  network (see previous chapter: [Installing XDS server](./1_install-xds-server.html))
- `xds-agent` is running locally on your machine
  (see previous chapter: [Installing XDS client tools](./2_install-client.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)