Skip to content

Instantly share code, notes, and snippets.

@htuscher
Created March 25, 2020 16:02
Show Gist options
  • Save htuscher/1f58303d0b721ecf265fb405fba57a9b to your computer and use it in GitHub Desktop.
Save htuscher/1f58303d0b721ecf265fb405fba57a9b to your computer and use it in GitHub Desktop.
Shopware 6 post deployment steps
#!/usr/bin/env bash
bin/console cache:clear
bin/console database:migrate --all
bin/console plugin:refresh
# Ensure plugins are installed and active
bin/console plugin:install --activate FroshPlatformMailArchive
bin/console plugin:install --activate FroshPlatformTemplateMail
bin/console plugin:install --activate OurTheme
bin/console es:index:cleanup --force
bin/console dal:refresh:index
bin/console scheduled-task:register
bin/console theme:refresh
bin/console assets:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment