I have drupal 7 and 8 up and running. Trying to follow this PDF tutorial https://groups.drupal.org/node/464533 to install another instance of Drupal 7 and failing at Step 8: Provision the new Drupal Site
drush @master si standard -y
Could not find the alias @master
I have tracked down where I believe VDD is setting the aliases:
C:\Users\-----\vdd_tour\chef\cookbooks\core\vdd\templates\default\aliases.drushrc.php.erb
It appears to be a template that is filled by something else.
Updating to Drupal 7.42 caused my production server to show a Error 500. The staging server, using pretty much the same setup, didn't show any problems. I suppose the issue comes from some setting the user administration tool expects and sets, but nevertheless, it's been the first Drupal update which caused a major issue.
Just in case you're going to update your site: save your existing .htaccess file and copy it back in place if the server freaks out.
I have PHP installed and running under IIS 10. I also have a MYSQL database server up and running. I hit my drupal test site and the installation wizard completed without any errors.
Now, however, whenever I hit the site, none of the CSS loads, so I get a strange, texty looking website, but it does load and run.