Installing Acquia Dev Desktop & Drupal
For Windows:
Install directly on C:/DevDesktop
(or root of a different HD: d:/, e:/)
Windows will run into issues with filenames being too long if it is installed in c:/Program files/Acquia
Use recommended
Make sure the MAMP/XAMP servers are stopped
Sites
Add/Delete Sites
Open site
Local code
Manage DB
Start/Stop servers
Of bv: weareimd ipv drupalstarter
Default is fine, 7 is better.
Pick: Start with MySQL Database dump file
root
root
When installing a site manually (with MAMP/XAMP), do the following:
4.2) Add the snippet (next slide) at the bottom of the settings.php file
$databases['default']['default'] = array(
'driver' => 'mysql',
'database' => 'database_name',
'username' => 'database_user',
'password' => 'database_password',
'host' => '127.0.0.1',
'port' => '',
'prefix' => '',
);
Change values to match your setup!
Site should then be visitable on localhost/name