Skip to content

Commit

Permalink
fix(script): installer script #22
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Apr 24, 2024
1 parent fadda38 commit d0b6376
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/setup_step03__configure_ouitoulia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ 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 Viste, Blocchi e Permessi ---------------------------"
drush -y pm:install prosis exesti
drush -y config:import --partial --source="$(drush drupal:directory)/modules/contrib/prosis/config/update/"

echo -e "\n\n-- Installo il modulo di ricerca --------------------------------"
drush -y pm:install anazetesis

drush -y pm:uninstall config
2 changes: 2 additions & 0 deletions scripts/setup_step04__import_optional_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ for opzione in "${opzioni[@]}"; do
fi
fi
done

drush -y cron

0 comments on commit d0b6376

Please sign in to comment.