Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

SETUP - Switch to main setup installation from configuration #92

Closed albeorte96 closed 1 year ago

albeorte96 commented 1 year ago

Currently, the main setup (make setup) is an installation from a remote environment, however, in most cases, the installation from config is used and only from a remote environment when the complete database is needed to work locally. https://github.com/Metadrop/drupal-boilerplate/blob/2.x/Makefile#L55

Proposal: Use make setup from config as the main flow and create make setup-from-environment to reload the local environment from the remote environment.