From 75b88569a0ff0c1bd0a62a00bf3916393296561e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 4 Jan 2018 14:47:43 +0100 Subject: Updates regarding SDKs management --- docs/part-1/2_install-xds-server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/part-1/2_install-xds-server.md') diff --git a/docs/part-1/2_install-xds-server.md b/docs/part-1/2_install-xds-server.md index 2a47fa8..5460da8 100644 --- a/docs/part-1/2_install-xds-server.md +++ b/docs/part-1/2_install-xds-server.md @@ -69,7 +69,7 @@ seb@laptop ~$ bash ./xds-docker-create-container.sh --volume /my-workspace:$HOME `xds-server` is automatically started as a service on container startup. -To check if xds-server is correctly install and running, you can access the basic +To check if xds-server is correctly install and running, you can access the basic web page that gives you some instructions: ```bash @@ -143,7 +143,7 @@ seb@laptop ~$ sudo zypper install agl-xds-server ### Configure xds-server -**Optional step**: skip this chapter if you want to use keep default settings +**Optional step**: skip this chapter if you plan to use default settings When `xds-server` is started as a systemd service, default environment variables @@ -163,7 +163,7 @@ Supported fields in JSON configuration file are : - **webAppDir** : location of client web application (default: webapp/dist) - **shareRootDir** : root directory where projects will be copied - **logsDir** : directory to store logs (eg. syncthing output) -- **sdkRootDir** : root directory where cross SDKs are installed +- **sdkScriptsDir** : directory where scripts, used to managed SDKs, are installed - **syncthing.binDir** : syncthing binaries directory (default: executable directory) - **syncthing.home"** : syncthing home directory (usually .../syncthing-config) - **syncthing.gui-address** : syncthing gui url (default ) @@ -177,7 +177,7 @@ All fields are optional and example below corresponds to the default values: "webAppDir": "webapp/dist", "shareRootDir": "${HOME}/.xds/server/projects", "logsDir": "/tmp/logs", - "sdkRootDir": "/xdt/sdk", + "sdkScriptsDir": "${EXEPATH}/scripts/sdks", "syncthing": { "binDir": "./bin", "home": "${HOME}/.xds/server/syncthing-config", -- cgit 1.2.3-korg