1. Download and install the latest version of Vagrant and Visualbox
To Https://vagrantcloud.com/search to search for a Linux distribution, such as Ubuntu
We're testing with the top version.
Copy vagrant Init ubuntu/trusty64
Create a new directory, such as the example directory
Go to Catalog
Input command vagrant init ubuntu/trusty64
Vagrant up
resolve ssh Time out warnning
1. Modify Host (C:\Windows\System32\drivers\etc\host)
Add to
192.168.10.10 Voyager91.dev
2. Modify the configuration file under the example directory Vagrantfile
Add to
Config.vm.network:p rivate_network, IP: "192.168.10.10"
Vagrant Reload Reload configuration file
Putty Remote Link
Account password is vagrant the account has sudo permissions
Package your own development environment for other teammates
- Vagrant Package-- output Myubuntu.box --vagrantfile vagrantfile
It's not a problem to run 3 virtual machines.
Use vagrant under Win7