Skip to content

Commit

Permalink
Moved PowerShell note to docs\other\windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuffstedtler authored and joestewart committed Nov 19, 2015
1 parent 90bf788 commit c5a3296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ Note for Faster Provisioning (Mac/Linux only): *[Install Ansible](http://docs.an

Note for Linux users: *If NFS is not already installed on your host, you will need to install it to use the default NFS synced folder configuration. See guides for [Debian/Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04), [Arch](https://wiki.archlinux.org/index.php/NFS#Installation), and [RHEL/CentOS](https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-centos-6).*

Note for Windows 7 users: *Windows 7 ships with PowerShell 2.0. If vagrant up hangs for you, you may need to upgrade to PowerShell 4.0 which is part of the [Windows Management Framework](http://www.microsoft.com/en-us/download/details.aspx?id=40855).

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.*


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).

0 comments on commit c5a3296

Please sign in to comment.