oliverdavies.uk-drupal-old/scripts/development/install.sh

12 lines
235 B
Bash
Raw Normal View History

2020-04-10 08:57:54 +00:00
#!/usr/bin/env bash
set -e
. $(dirname "$0")/common.sh
run_command "Install Composer dependencies" "symfony composer install"
cd web
run_command "Install Drupal" "symfony php ../vendor/bin/drush site-install -y --existing-config"