This is a basic views gallery example.
- Drush 9.x is installed on your local machine
- Create a new Acquia Dev Desktop Drupal 8.4.0 site
- Delete the code that it creates and use this repository
- Copy your ~/.acquia/DevDesktop/DrupalSettings file to sites/default/settings.local.php
- Consider adding additional options to settings.local.php see example.settings.local.php file for examples
- Copy your Acquia drush aliases ~/.acquia/DevDesktop/Drush/Aliases/aliases.drushrc.php to your ~/.drush/devdesktop.aliases.drushrc.php
- You can now see your devdesktop sites by using
drush9 sa @devdesktop
- Edit your
$settings['trusted_host_patterns']
if you aren't usingemulsify-example.dd
as your domain. - DON'T do this with produciton data but since this is an example you can import the database now
- Change directories to the root of this project and type
gzip -dc emulsify_example.sql.gz | drush9 @devdesktop.loc.emulsify-example sqlc
- Visit
emulsify-example.dd:8083
- To login go to
emulsify-example.dd:8083/user
- Type the very secure login information. User: admin Pass: admin
- http://emulsify-example.dd:8083/gallery
cd ~/devdesktop/emulsify-example/themes/custom/demo
yarn start
http://localhost:3000/pattern-lab/public/
atom ~/devdesktop/emulsify-example