aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/part-1/2-2_install-xds-server-vm.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/part-1/2-2_install-xds-server-vm.md b/docs/part-1/2-2_install-xds-server-vm.md
index c93d982..32a8c20 100644
--- a/docs/part-1/2-2_install-xds-server-vm.md
+++ b/docs/part-1/2-2_install-xds-server-vm.md
@@ -41,14 +41,9 @@ VBoxManage import ./xds-vm-debian9_latest.ova
# Check import result
VDS_VMNAME=$(VBoxManage list vms | grep xds-vm-debian | cut -d "\"" -f2)
echo ${VDS_VMNAME}
-
-# Start XDS appliance
-[ -n ${VDS_VMNAME} ] && VBoxManage startvm ${VDS_VMNAME}
```
-**Mandatory**:
-
-Add share folder to appliance, to allow files sharing using pathmap method:
+Add share folder to appliance, **mandatory** to use **path-mapping sharing type for projects**:
```bash
# Create local share folder
@@ -58,6 +53,13 @@ mkdir -p $HOME/xds-workspace
vboxmanage sharedfolder add ${VDS_VMNAME} --name XDS-workspace --hostpath $HOME/xds-workspace
```
+Start appliance
+
+```bash
+# Start XDS appliance
+[ -n ${VDS_VMNAME} ] && VBoxManage startvm ${VDS_VMNAME}
+```
+
## Appliance settings
This image exposes following network ports (NAT mode):