From 2df07cd595a5a148cd0e33b970e2eb6c46a92665 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 22 Jan 2018 10:25:31 +0100 Subject: Update appliance install steps. Signed-off-by: Sebastien Douheret --- docs/part-1/2-2_install-xds-server-vm.md | 14 ++++++++------ 1 file 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): -- cgit 1.2.3-korg