Created
July 21, 2020 17:56
-
-
Save langelhc/1757412ff7d22d7e9c02c4280783633e to your computer and use it in GitHub Desktop.
How to setup local environment using DDEV
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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