Tools Configuration
These are specific configuration suggestions to avoid issues with getting the Dev VM up and running:
The Git for Windows tool has a Bash Shell tool which includes a command line for Git, Windows DOS, and some Linux command.
- Edit the Git Bash config file to include proxy settings; this is typically C:\users\
.bashrc on a local workstation.
Add local environment variables to set the Enteprise Proxy values Add these lines and save the .bashrc file
export HTTPS_PROXY=http://proxy1.ref.lmco.com:80 export HTTP_PROXY=http://proxy1.ref.lmco.com:80
- Install the following vagrant plugins which assist in VM configuration, VM resources, and proxy settings.
vagrant-faster
Vagrant-proxyconf
Vagrant-share
Vagrant-vbguest
Vagrant-winnfsd
These are installed at the command line using the following command:
vagrant plugin install vagrant-proxyconf (for example)
- Repeat for each plugin.