From aaea7843a22aa108b81aeee524a3f77ff3958eb2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 6 Jun 2019 14:32:15 -0700 Subject: XDS How to Run: Fixed many broken links. Amended to use formatting back-tics around the http://8000.... string. Signed-off-by: Scott Rifenbark Change-Id: Iafb19aaef824e0839a92f68684ca80dc1b1ac8a3 Signed-off-by: Scott Rifenbark --- docs/part-2/1_xds-server/3_how-to-run.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/part-2/1_xds-server/3_how-to-run.md b/docs/part-2/1_xds-server/3_how-to-run.md index 88fda21..c99c468 100644 --- a/docs/part-2/1_xds-server/3_how-to-run.md +++ b/docs/part-2/1_xds-server/3_how-to-run.md @@ -13,10 +13,10 @@ There are several way to install xds-server and start-up depend of installation | Installation type | Supported
host OS | Start-up | Install instructions | |-------------------|-------------------------|---------------------------------------------------|----------------------| -| Docker container | Linux or MacOS | Automatic based on systemd user service | [see Installation based on Docker container](../../part-1/1-1_install-xds-server-docker.html) | -| Virtual Machine | Linux, MacOS or Windows | Automatic based on systemd user service | [see Installation based on VirtualBox appliance](../../part-1/1-2_install-xds-server-vm.html) | -| Native | Linux | Automatic based on systemd user service or manual | [see Native installation](../../part-1/1-3_install-xds-server-native.html) | -| Native | MacOS or Windows | Manually | [see Native installation](../../part-1/1-3_install-xds-server-native.html) | +| Docker container | Linux or MacOS | Automatic based on systemd user service | [see Installation based on Docker container](../../part-1/server-part.html#docker-container) | +| Virtual Machine | Linux, MacOS or Windows | Automatic based on systemd user service | [see Installation based on VirtualBox appliance](../../part-1/server-part.html#virtualbox-appliance) | +| Native | Linux | Automatic based on systemd user service or manual | [see Native installation](../../part-1/server-part.html#native) | +| Native | MacOS or Windows | Manually | [see Native installation](../../part-1/server-part.html#native) | ### Automatic start-up based on systemd user service @@ -91,7 +91,7 @@ for example to change logging level or select another configuration file. REST API based url is `http://localhost:8000/api/v1/` when XDS server is running on your host (localhost) and basic web-application is available at -[http://localhost:8000](http://localhost:8000). +`http://localhost:8000`. Just replace `localhost` by the host name or ip when `xds-server` is running on another host. @@ -167,7 +167,7 @@ and to understand how to add support of a new SDK family. ### Install a new SDK -Please refer to [Installing AGL SDKs](../../part-1/3_install-sdks.html) chapter. +Please refer to [Installing AGL SDKs](../../part-1/install-sdk.html) chapter. ### Un-install a SDK from command line -- cgit 1.2.3-korg