Last active
December 29, 2018 21:02
-
-
Save luizeof/01ff9c81995d4a36c6f9dd7c0547adbe to your computer and use it in GitHub Desktop.
install-mautic-dashboard-warm.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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