From b95a114ffacccac056ada90c5a71552f5c02e628 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 13 May 2019 10:20:49 -0700 Subject: XDS install and app (flounder) added I have removed files no longer used for XDS installation and application creation. I have replaced with the appropriately named files. I have updated the devguides-book-yml file to be "flounder" specific. Change-Id: Ib0d4b44bf3c7668e00e9b2075b31a4f8d9a63918 Signed-off-by: Scott Rifenbark --- docs/part-1/create-app-overview.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 docs/part-1/create-app-overview.md (limited to 'docs/part-1/create-app-overview.md') diff --git a/docs/part-1/create-app-overview.md b/docs/part-1/create-app-overview.md new file mode 100755 index 0000000..58569c6 --- /dev/null +++ b/docs/part-1/create-app-overview.md @@ -0,0 +1,27 @@ +# Overview # + +The application development workflow using XDS begins with +making sure you have met all the +[requirements](create-app-requirements.html) needed to +use the tool. + +Once requirements are met, you have some options for +[getting the application source files](create-app-get-source-files.html) +together. +These options depend on where the XDS Server part is +running and which Client Part configuration you are using +(i.e. Standalone, On-Premise, or SaaS). + +You can build the application several ways: + +- Use the XDS UI + [Command Line](create-app-build-cmd-line.html) +- Use the XDS UI + [Dashboard](create-app-build-dashboard.html) +- Use a third-party Interactive Development Environment + ([IDE](create-app-build-ide)) application + (e.g. NetBeans, Visual Studio, and so forth). + +The following figure overviews the XDS application development process: + +![](pictures/create-app-workflow.png){:: style="margin:auto; display:flex"} -- cgit 1.2.3-korg