Skip to content

Commit

Permalink
fix(script): review pipeline: theme install
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Mar 4, 2024
1 parent c29e0c0 commit 750a3d1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions scripts/setup_step03__configure_ouitoulia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
# This script performs the initial configuration of Ouitoulía.
# Run this script in the location where your composer.json is.

echo -e "\n\n-- Installo il tema ---------------------------------------------"
echo -e "\n\n-- Installo il tema base ----------------------------------------"
drush -y pm:install components big_pipe inline_form_errors responsive_image \
easy_breadcrumb menu_link_attributes pathauto twig_tweak
drush -y theme:enable bootstrap_italia skenografia
drush -y config:set system.theme default skenografia
drush -y theme:enable bootstrap_italia

echo -e "\n\n-- Installo Vocabolari, Media gestiti e Configurazione utenti ---"
drush -y pm:install lexika bibliotheke prosopon
Expand All @@ -19,7 +18,6 @@ drush -y pm:install config
# Fix node_reference module for minimal profile
drush -y config:import --partial --source="$(drush drupal:directory)/themes/contrib/bootstrap_italia/modules/bootstrap_italia_paragraph_node_reference/config/optional"
drush -y config:import --partial --source="$(drush drupal:directory)/themes/contrib/skenografia/config/update/"
drush -y pm:uninstall config

echo -e "\n\n-- Importo i dati obbligatori -----------------------------------"
drush -y pm:install sunchronizo
Expand All @@ -28,5 +26,12 @@ drush migrate:import taxonomy_common
drush migrate:import scuola_roles
drush migrate:import main_menu

echo -e "\n\n-- Installo Viste, Blocchi e Permessi ---------------------------"
echo -e "\n\n-- Installo il sub-theme, Viste, Blocchi e Permessi -------------"
drush -y theme:enable skenografia
drush -y config:set system.theme default skenografia

echo -e "\n\n-- Installo Viste, Blocchi e Permessi -------------"
drush -y pm:install prosis exesti
drush -y config:import --partial --source="$(drush drupal:directory)/modules/contrib/prosis/config/update/"

drush -y pm:uninstall config

0 comments on commit 750a3d1

Please sign in to comment.