Skip to content

Instantly share code, notes, and snippets.

@luizeof
Last active December 29, 2018 21:02
Show Gist options
  • Save luizeof/01ff9c81995d4a36c6f9dd7c0547adbe to your computer and use it in GitHub Desktop.
Save luizeof/01ff9c81995d4a36c6f9dd7c0547adbe to your computer and use it in GitHub Desktop.
install-mautic-dashboard-warm.sh
wget https://github.com/TheDMSGroup/mautic-dashboard-warm/archive/master.zip
unzip master.zip
mv mautic-dashboard-warm-master plugins/MauticDashboardWarmBundle
rm -rf app/cache
mkdir -p app/cache
chown -R www-data:www-data app/cache
chown -R www-data:www-data plugins/MauticDashboardWarmBundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment