aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-02-07 17:48:06 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-02-07 17:48:06 +0100
commitc2e5bcfa3326e80e4ddd7eeb36fe3652ebd800eb (patch)
treef9ba7dcfcb4dcc7cb178a01eaafae8d843f50fe6
parent6bbd50cba32017aafff71fbae5ca4e7ba659757d (diff)
Fix broken references/linkshalibut_7.90.0halibut/7.90.07.90.0
Change-Id: I7e7b6eccb94b7e4ab6228598529e94051513d985 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--docs/part-1/1-1_install-xds-server-docker.md9
-rw-r--r--docs/part-1/1-3_install-xds-server-native.md2
-rw-r--r--docs/part-1/4_build-first-app.md6
3 files changed, 11 insertions, 6 deletions
diff --git a/docs/part-1/1-1_install-xds-server-docker.md b/docs/part-1/1-1_install-xds-server-docker.md
index 5b30ca5..3589774 100644
--- a/docs/part-1/1-1_install-xds-server-docker.md
+++ b/docs/part-1/1-1_install-xds-server-docker.md
@@ -20,6 +20,11 @@ Docker is installed on the host machine, please refer to [Docker documentation](
>sudo groupadd docker
>sudo usermod -aG docker $USER
># Log out and log back in so that your group membership is re-evaluated
+>
+># You may also need to start docker service manually
+>sudo service docker start
+># or
+>sudo systemctl start docker
>```
>
<!-- end-section-warning -->
@@ -120,7 +125,7 @@ f67079db4339 docker.automotivelinux.org/agl/worker-xds:5.0 "/usr/bin/wa
>}
>```
>
->See also [xds-agent configuration](../part-2/1_xds-agent/1_config.html) chapter for >more details.
+>See also [xds-agent configuration](../part-2/2_xds-agent/2_config.html) chapter for >more details.
<!-- end-section-warning -->
### Manually setup docker user id
@@ -192,5 +197,5 @@ ssh -p 2222 devel@localhost journalctl --user --unit=xds-server.service --output
to next chapter named [Installing AGL SDKs](./3_install-sdks.html)
<!-- section-note -->
-Please refer to [xds-server configuration](../part-2/1_xds-server/1_config.html) chapter for additional info about xds-server settings.
+Please refer to [xds-server configuration](../part-2/1_xds-server/2_config.html) chapter for additional info about xds-server settings.
<!-- end-section-note -->
diff --git a/docs/part-1/1-3_install-xds-server-native.md b/docs/part-1/1-3_install-xds-server-native.md
index 77ef9f8..4a52b55 100644
--- a/docs/part-1/1-3_install-xds-server-native.md
+++ b/docs/part-1/1-3_install-xds-server-native.md
@@ -51,7 +51,7 @@ sudo zypper install python3
**Optional step**: skip this chapter if you plan to use default settings
<!-- end-section-note -->
-Please refer to [Configuration chapter of xds-server](../part-2/1_xds-server/1_config.html)
+Please refer to [Configuration chapter of xds-server](../part-2/1_xds-server/2_config.html)
documentation for more details about JSON configuration file.
## Start/Stop xds-server
diff --git a/docs/part-1/4_build-first-app.md b/docs/part-1/4_build-first-app.md
index 34f895b..637a6ab 100644
--- a/docs/part-1/4_build-first-app.md
+++ b/docs/part-1/4_build-first-app.md
@@ -2,10 +2,10 @@
## Prerequisites
-- `xds-agent` is running locally on your machine
- (see previous chapter: [Installing XDS client tools](./1_install-client.html) )
- `xds-server` is running locally in a docker container or is accessible on your
- network (see previous chapter: [Installing XDS server](./2_install-xds-server.html))
+ network (see previous chapter: [Installing XDS server](./1_install-xds-server.html))
+- `xds-agent` is running locally on your machine
+ (see previous chapter: [Installing XDS client tools](./2_install-client.html) )
- one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](./3_install-sdks.html))
- XDS configuration is correct: in other words, connection is correctly
established between `xds-agent` and `xds-server` and no error message is