aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-2/2_xds-agent.md
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-11 14:42:18 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-11 19:21:58 +0100
commita239e735d8904a92729c35230e5985bc48aa93d5 (patch)
tree15b7dc9caf78013979001314f8a789e29480ce6c /docs/part-2/2_xds-agent.md
parent168e88852476d54e433732dd349daf77535e1e9e (diff)
Update xds-server documentation
Change-Id: Idd4ca8a735b694e14d1ab63fa58c30dc68a5fbf3 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'docs/part-2/2_xds-agent.md')
-rw-r--r--docs/part-2/2_xds-agent.md24
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/part-2/2_xds-agent.md b/docs/part-2/2_xds-agent.md
index 5c9e114..7d08a16 100644
--- a/docs/part-2/2_xds-agent.md
+++ b/docs/part-2/2_xds-agent.md
@@ -82,7 +82,7 @@ Ubuntu:
```bash
sudo apt-get install golang npm curl git zip unzip
- sudo npm install --global @angular/cli # Angular Command Line Interface
+ sudo npm install --global n @angular/cli # Angular Command Line Interface
# Install LTS version of nodejs
sudo n lts
```
@@ -91,7 +91,7 @@ openSUSE:
```bash
sudo zypper install go npm git curl zip unzip
- sudo npm install --global @angular/cli # Angular Command Line Interface
+ sudo npm install --global n @angular/cli # Angular Command Line Interface
# Install LTS version of nodejs
sudo n lts
```
@@ -188,13 +188,19 @@ So clone first `xds-server` + `xds-common` sources next to `xds-agent` directory
You should have the following tree:
```bash
-> tree -L 3 src
-src
-|-- github.com
- |-- iotbzh
- |-- xds-agent
- |-- xds-common
- |-- xds-server
+tree -L 5 --charset=ascii src/
+src/
+`-- gerrit.automotivelinux.org
+ `-- gerrit
+ `-- src
+ `-- xds
+ |-- backup.sh
+ |-- xds-agent
+ |-- xds-cli
+ |-- xds-common
+ |-- xds-docs
+ |-- xds-gdb
+ `-- xds-server
```
Then invoke `vendor/debug` Makefile rule to create a symlink inside vendor