This video is for you if you do not currently have an “AMP” stack installed on your local machine for developing websites, and would like to install a pre-configured all in one solution that has everything you need to effectively build and develop Drupal sites on your local machine, including Apache, MySql, PHP and Drush. If you’re already using another AMP stack, like WAMP, you can skip this video and watch “Installing Drush on Windows”.This video will show you how to download and install Acquia Dev Desktop on Windows.
If you’d like to use Acquia Dev Desktop but are on a Mac, watch the video “Installing Acquia Dev Desktop on Mac OSX.”Acquia Dev Desktop is a great tool created by the team at Acquia.com and is my prefered AMP stack for working with Drupal.You can download it by going to acquia.com/downloads.You can scroll down just a bit, and find “Acquia Dev Desktop”. Make sure that you download this one, and not Acquia Drupal, as the Dev Desktop is what actually includes the “AMP” stack that you need to develop locally. I’m going to install it for Drupal 7, and because I’m on Windows, I’m going to choose the.exe file, then click “Download”.I’m going to click “No thanks,” and just go to the download.
Once it’s downloaded, we’ll go ahead and open it up and click “Yes” to the pop-up. Then the Dev Desktop Installer will begin, and we’ll click “Next” four times. These install locations work fine for me, so I’ll go ahead and click “Next”. I’m going to leave these port settings as they are. These are set to non-standard ports, so they won’t actually interfere if you do already have another “AMP” stack installed, like WAMP.And now, we’re going to setup some Drupal settings for the initial Drupal site that is installed.
I’m not actually going to use this site, so I’ll just go ahead and fill in some information, but, this isn’t important. And everything looks good, so I’ll just click next until the installer begins. We’ll get a prompt asking about MySQL. I’ll choose to allow MySQL to communicate on “Private networks, such as my home or work network”, and click “Allow access”. Then choose the same for Apache. And once the installation is complete, I’ll click “Finish”.To verify that Drush is actually installed, I’ll open up MsysGit and simply type “drush” and push enter. You’ll see a list of available Drush commands.
Acquia Dev Desktop Catalina
This means that Drush has been installed successfully, and we’re ready to start using it.
Acquia Developer Studio
I am trying to follow this article:I did all of that, yet XDebug is still not being loaded or shown on phpinfo.Has anyone got this to successfully work?I installed XDebug with Homebrews, brew install xdebug. I copied xdebug.so to my acquia stack folder, /php/ext/xdebug.so and added the approrpiate lines to php.ini, restarted the stack and Apache and no luck.Tried a few different articles and have not had success.My php.ini: debug; Remote settingszendextension=/Applications/acquia-drupal/php/ext/xdebug.soxdebug.remoteautostart=offxdebug.remoteenable=1xdebug.remotehandler=dbgpxdebug.remotemode=reqxdebug.remotehost=localhostxdebug.remoteport=9000This is reported in my apache errors: Failed loading /Applications/acquia-drupal/php/ext/xdebug.soBut the file does exist there. The author of robshouse.net moved his website to Drupal Gardens and did not migrate the article linked to in the question. However the article is somewhat outdated.You do not need to download anything to enable xdebug in current versions of Acquia Dev Desktop.Simply uncomment the line that mentions xdebug in /Applications/acquia-drupal/php5./bin/php.ini. There are three of these for PHP versions 5.2 5.3 and 5.4 respectively.
Make the change in all of them (unless you know better).You will need to stop and start Acquia Dev Desktop for the change to take effect.