summaryrefslogtreecommitdiffstats
path: root/docs/part-1/1-2_install-xds-server-vm.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-04 18:10:37 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-11-30 08:57:26 +0000
commit32cefbce18c207a091960aeaee7d0bc3b9347850 (patch)
tree3a6bb0fac13d540f3330b7e549851d1a43b46be8 /docs/part-1/1-2_install-xds-server-vm.md
parent94bcf90898e8b17811075eb693e0d96d753b8d8b (diff)
Removed mention of TFTP port and minor improvements.
Bug: SPEC-1993 Change-Id: Ib4124eb51a9544bd5f8e81996287a895bcdfff27 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/1-2_install-xds-server-vm.md')
-rw-r--r--docs/part-1/1-2_install-xds-server-vm.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/part-1/1-2_install-xds-server-vm.md b/docs/part-1/1-2_install-xds-server-vm.md
index 32a8c20..3bf2f61 100644
--- a/docs/part-1/1-2_install-xds-server-vm.md
+++ b/docs/part-1/1-2_install-xds-server-vm.md
@@ -50,7 +50,7 @@ Add share folder to appliance, **mandatory** to use **path-mapping sharing type
mkdir -p $HOME/xds-workspace
#Add share folder to appliance
-vboxmanage sharedfolder add ${VDS_VMNAME} --name XDS-workspace --hostpath $HOME/xds-workspace
+VBoxManage sharedfolder add ${VDS_VMNAME} --name XDS-workspace --hostpath $HOME/xds-workspace
```
Start appliance
@@ -65,7 +65,6 @@ Start appliance
This image exposes following network ports (NAT mode):
- 8000 : `xds-server` to serve XDS basic web page
-- 69 : TFTP
- 2222 : ssh
## Check if xds-server is running