aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-22 10:25:31 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-22 10:25:31 +0100
commit2df07cd595a5a148cd0e33b970e2eb6c46a92665 (patch)
tree8851eafbc9f4fe5eaca7c850a2be325099fc3f12
parentdb781221632e5229c585f0a2ebd734785e87af6a (diff)
Update appliance install steps.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-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):