aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ATTIC/3_Developer_Guides/4_X(cross)_Development_System:_User's_Guide/2_Create_your_first_AGL_application/3.4.2.1_Requirements.md
blob: e483e28c5b6162ca9784891219f74509df11f9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/devguides/master/xds-docs-guides-devguides-book.yml -->

# Requirements

Before you can build your application using XDS, you need to be
sure you have satisfied the requirements described in this section.

- The agent is running locally on your machine.
  For information about the agent and how to install it, see the
  "[Client Part](client-part.html)" topic.

- The server is running locally in a Docker container
  or is accessible on your network
  For information about the server and how to install it, see the
  "[Server Part](server-part.html)" topic.

- one or more Software Development Kits (SDKs) are installed.
  For information on installing an SDK, see the
  "[AGL SDKs](install-sdk.html)" or
  "[Download or Build Your SDK Installer](../../../../getting_started/reference/getting-started/app-workflow-sdk.html)"
  topics.

- Your XDS configuration is correct.
  You can test this connection between the agent and the server
  by opening the XDS Dashboard in a Web Browser and confirming
  no error messages.
  See the
  "[Check if xds-server is Running](server-part.html#check-if-xds-server-is-running)"
  topic.