Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.6 KB

windows-setup.md

File metadata and controls

41 lines (27 loc) · 1.6 KB

Vagrant

  1. Download and install Vagrant. Vagrant Download for Mac

  2. Download and install Virtualbox. Virtualbox Download for Mac

  3. Download the vagrant box you want to use Releases Tab Download

  4. Install Putty. Putty Download

  5. Change directory to the location of the box that you downloaded Change Dir

  6. Add the box to vagrant your local vagrant in your terminal Vagrant Add

  7. Open a terminal (cmd.exe) and run boot the vagrant environment Vagrant up

  8. Login to the vagrant box

Windows SSH

  • Connect edit the connection with
  • Hostname: 127.0.0.1
  • Port: 2222
  • Connection Type: ssh
  • Username: vagrant
  • Password: vagrant

When you are logged in, you should see this: Windows logged in

This will log you in to the virtual machine and give you console access.