Skip to content

Instantly share code, notes, and snippets.

@fordnox
Created December 15, 2016 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fordnox/0f3646c7a06b2ac593aeceea5dcd290a to your computer and use it in GitHub Desktop.
Save fordnox/0f3646c7a06b2ac593aeceea5dcd290a to your computer and use it in GitHub Desktop.
Enable cache plugin for wordpress
#install wp-cli on server https://github.com/wp-cli/wp-cli
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp
#install cache plugin to wordpress
curl -O https://raw.githubusercontent.com/bluehost/endurance-page-cache/master/endurance-page-cache.php
#activate plugin
wp plugin activate epc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment