Skip to content

Instantly share code, notes, and snippets.

@langelhc
Created July 21, 2020 17:56
Show Gist options
  • Save langelhc/1757412ff7d22d7e9c02c4280783633e to your computer and use it in GitHub Desktop.
Save langelhc/1757412ff7d22d7e9c02c4280783633e to your computer and use it in GitHub Desktop.
How to setup local environment using DDEV
# Requirements:
# 1. How to install composer: https://getcomposer.org/
# 2. How to install DDEV: https://ddev.readthedocs.io/en/stable/
$ composer create-project drupal/recommended-project d8maps
$ cd d8maps
$ ddev config
$ ddev start
$ ddev exec drush site-install --account-name=admin --account-pass=admin
$ composer require drupal/geolocation
$ ddev exec drush en geolocation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment