diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 11:57:13 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 18:04:02 +0200 |
commit | f260390246214949fbedde723c4349283189823d (patch) | |
tree | ec0eb0f9536bb2b0a5ec1d8b26dc3d356eeeb516 /docs/part-2 | |
parent | af184b48d00d7b764583518576ddc96fd79511ed (diff) |
Invert order of installation chapters
To make install process more understandable, document
first installation of xds-server part and then installation
of xds tools.
Change-Id: I5733c5d6885f45ff98cc9fee0d04362f76a86a4c
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-2')
-rw-r--r-- | docs/part-2/1_xds-server/2_how-to-run.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-2/1_xds-server/2_how-to-run.md b/docs/part-2/1_xds-server/2_how-to-run.md index 04c14cf..79d44b0 100644 --- a/docs/part-2/1_xds-server/2_how-to-run.md +++ b/docs/part-2/1_xds-server/2_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<br> 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/2-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/2-2_install-xds-server-vm.html) | -| Native | Linux | Automatic based on systemd user service or manual | [see Native installation](../../part-1/2-3_install-xds-server-native.html) | -| Native | MacOS or Windows | Manually | [see Native installation](../../part-1/2-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/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) | ### Automatic start-up based on systemd user service |