Use vagrant under Win7

Source: Internet
Author: User

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

    1. Vagrant Package-- output Myubuntu.box --vagrantfile vagrantfile

It's not a problem to run 3 virtual machines.

Use vagrant under Win7

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.