Created
October 1, 2018 13:48
-
-
Save felubra/696e79b719d738a2f82db3d9d94ee3cc to your computer and use it in GitHub Desktop.
Install Drupal 8 from existing configuration
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
Source: https://weknowinc.com/blog/how-install-drupal-8-existing-configuration | |
drupal init --site --no-interaction | |
drupal site:install --force --no-interaction --db-type=sqlite --db-name=sites/default/files/.ht.sqlite | |
drupal config:import --no-interaction --directory=../config/sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment