Skip to content

Instantly share code, notes, and snippets.

@felubra
Created October 1, 2018 13:48
Show Gist options
  • Save felubra/696e79b719d738a2f82db3d9d94ee3cc to your computer and use it in GitHub Desktop.
Save felubra/696e79b719d738a2f82db3d9d94ee3cc to your computer and use it in GitHub Desktop.
Install Drupal 8 from existing configuration
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