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-1/1_install-xds-server.md | |
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-1/1_install-xds-server.md')
-rw-r--r-- | docs/part-1/1_install-xds-server.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/part-1/1_install-xds-server.md b/docs/part-1/1_install-xds-server.md new file mode 100644 index 0000000..5b9f776 --- /dev/null +++ b/docs/part-1/1_install-xds-server.md @@ -0,0 +1,18 @@ +# Installing XDS server + +Depending of your configuration, this step is necessary or not. + +In other words **you are a developer and plan to use/connect to an existing `xds-server`** +running on your local network (On-Premise config) or in the Cloud (SaaS config), +**you don't need to install the server part and you can skip this step**. + +For others (standalone config or administrators that want to install an +On-Premise solution) xds-server must be installed. + +Several installation types are supported: + +| Install type | Supported OS | Section to refer | +|--------------|--------------|------------------| +| Container | Linux or MacOS | [see Installation based on Docker container](./1-1_install-xds-server-docker.html) | +| Virtual Machine | Linux, MacOS or Windows | [see Installation based on VirtualBox appliance](./1-2_install-xds-server-vm.html) | +| Native | Linux | [see Native installation](./1-3_install-xds-server-native.html) | |