diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-23 14:09:55 -0700 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-05-24 08:01:52 +0000 |
commit | 51d98a7f40986e040a45e817a45f10224eb46385 (patch) | |
tree | a4c106ee8b974eb0450220c1a521de66693d86fd /docs/part-1/create-app-requirements.md | |
parent | cb7ab482b76d6232cbc3d48895d931ce8a3b9cff (diff) |
XDS Create App: Edits for requirements "master"halibut_7.99.1halibut/7.99.17.99.1
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Change-Id: I6c95c394038dba62058ade3c88d9b59c0e6d5854
Diffstat (limited to 'docs/part-1/create-app-requirements.md')
-rw-r--r-- | docs/part-1/create-app-requirements.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/part-1/create-app-requirements.md b/docs/part-1/create-app-requirements.md index 75952be..05b14df 100644 --- a/docs/part-1/create-app-requirements.md +++ b/docs/part-1/create-app-requirements.md @@ -3,25 +3,25 @@ Before you can build your application using XDS, you need to be sure you have satisfied the requirements described in this section. -- The Client Part (i.e.`xds-agent`) is running locally on your machine. - For information about `xds-agent` and how to install it, see the - "[Client Part](client-part.html)" 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 Part (i.e. `xds-server`) is running locally in a docker container +- The server is running locally in a Docker container or is accessible on your network - For information about `xds-server` and how to install it, see the - "[Server Part](server-part)" section. + For information about the server and how to install it, see the + "[Server Part](server-part)" 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)" - sections. + topics. - Your XDS configuration is correct. - You can test this connection between the `xds-agent` and `xds-server` + 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)" - section. + topic. |