2019-05-16 12:41:13 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
fin start
|
|
|
|
|
|
|
|
fin drush site-install -y \
|
|
|
|
--account-pass=admin \
|
|
|
|
--site-name='Drupal Tailwind CSS'
|
|
|
|
|
2019-05-16 13:03:38 +01:00
|
|
|
# Change the default theme
|
|
|
|
fin drush theme:enable tailwindcss -y
|
|
|
|
fin drush config-set system.theme default tailwindcss -y
|
|
|
|
|
2019-05-16 12:41:13 +01:00
|
|
|
fin drush uli -l http://drupal-tailwind.docksal
|