e483e28c5b6162ca9784891219f74509df11f9b5
[AGL/documentation.git] / 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
1 <!-- 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 -->
2
3 # Requirements
4
5 Before you can build your application using XDS, you need to be
6 sure you have satisfied the requirements described in this section.
7
8 - The agent is running locally on your machine.
9   For information about the agent and how to install it, see the
10   "[Client Part](client-part.html)" topic.
11
12 - The server is running locally in a Docker container
13   or is accessible on your network
14   For information about the server and how to install it, see the
15   "[Server Part](server-part.html)" topic.
16
17 - one or more Software Development Kits (SDKs) are installed.
18   For information on installing an SDK, see the
19   "[AGL SDKs](install-sdk.html)" or
20   "[Download or Build Your SDK Installer](../../../../getting_started/reference/getting-started/app-workflow-sdk.html)"
21   topics.
22
23 - Your XDS configuration is correct.
24   You can test this connection between the agent and the server
25   by opening the XDS Dashboard in a Web Browser and confirming
26   no error messages.
27   See the
28   "[Check if xds-server is Running](server-part.html#check-if-xds-server-is-running)"
29   topic.