VM installation:
- Download the latest version of VirtualBox.
- Download the image of the VM.
- Launch VirtualBox.
- Import a new VM.
- Select the downloaded file.
- Import without changing any options.
- “Configuration > Shared Folder”.
Change technical-base to the name of your GIT repository of your APP!
- Edit the shared folder so that it points to the previously cloned local git repository. Don’t change the VM mounting point !!
- Right click on the machine > start > start without display.
SSH VM connection:
Open a terminal in the Host machine and write the following command in:
ssh dev@localhost -p 22031
Default password is “dev”. The shared folder is located at the following path:
/mnt/technical_base/
Basic error
Windows :
If you can not launch the vm with virtual Box and you got (check the error code you got on google):
Windows 10 Tech Preview
Follow this tutorial
If you got this error :
Error 0x80070057
Follow this tutorial The method 2 works well.