Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Added PowerShell details for Windows 7 #232

Merged
merged 2 commits into from
Sep 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Note for Linux users: *If NFS is not already installed on your host, you will ne

Note on versions: *Please make sure you're running the latest stable version of Vagrant, VirtualBox, and Ansible, as the current version of Drupal VM is tested with the latest releases. As of August 2015: Vagrant 1.7.4, VirtualBox 5.0.2, and Ansible 1.9.2.*


### 2 - Build the Virtual Machine

1. Download this project and put it wherever you want.
Expand Down
3 changes: 3 additions & 0 deletions docs/other/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ Some Windows users have reported running into an issue where an authentication f
1. Delete `~/.vagrant.d/insecure_private_key`
2. Run `vagrant ssh-config`
3. Restart the VM with `vagrant reload`

### Required PowerShell Version
If you are running Windows 7 and vagrant up hangs, you may need to upgrade PowerShell. Windows 7 ships with PowerShell 2.0, but PowerShell 3.0 or higher is needed. For Windows 7, you can upgrade to PowerShell 4.0 which is part of the [Windows Management Framework](http://www.microsoft.com/en-us/download/details.aspx?id=40855).