
#Blt drupal vm how to
See this guide for further instructions on how to have pageant.exe start on boot.Īt this point, we're ready to build a local development environment with Drupal VM.


Press 'enter' three times to accept the defaults.Create an SSH key in the default location: ssh-keygen -t rsa -b 4096 -C " ".Open Cmder (right click and 'Run as Administrator').
#Blt drupal vm install
To make this work, you will need to install the following software:īefore doing any work with a project with code hosted on GitHub, Acquia Cloud, Redmine, or elsewhere, you need to create an SSH key pair so you can authenticate yourself to the main Git repository. Configure a reverse-mounted shared folder.
#Blt drupal vm windows
Here's how I used Drupal VM to run and develop an Acquia BLT-based project locally on Windows 7: Contents
#Blt drupal vm windows 7
Since a client I'm currently helping is stuck on Windows 7 for the short-term, and can't do internal development on a Mac or Linux (other OSes are not allowed on workstations), I decided to try to set up a project how I would set it up if I had to work in that situation.īasically, how do you get Drupal VM to perform as well (or better!) on a Windows 7 machine as it does on a Mac, while still allowing a native IDE (like PHPStorm or Notepad++) to be used?Īfter a couple days of tinkering, I've found the most stable solution, and that is to build Drupal VM 'outside in'-meaning you build your project inside Drupal VM, then share a folder from Drupal VM to Windows, currently using Samba (but in the future, SSHFS might be a viable option for Windows too!). but there were a lot of little inefficiencies in the recommended setup process that would lead to developers getting frustrated with the sluggish speed of the VM! Sure, I would make sure Drupal VM minimally ran inside Windows 10. I've often mentioned that Windows users who want to build modern Drupal sites and apps are going to have a bit of a difficult time, and even wrote a long post about why this is the case ( Developing with VirtualBox and Vagrant on Windows).īut for a long time, I haven't had much incentive to actually get my hands dirty with a Windows environment.
