Created
March 31, 2015 07:30
-
-
Save sawanoboly/e2090143782002a66b10 to your computer and use it in GitHub Desktop.
This file contains 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
sudo yum install -y php-pecl-redis php-pecl-igbinary redis | |
sudo service redis start | |
sudo chkconfig redis on | |
cd /var/www/vhosts/`ec2-metadata -i | awk '{print $2}'` | |
sudo -u nginx /usr/local/bin/wp plugin install wp-redis | |
sudo cp -p wp-content/plugins/wp-redis/object-cache.php wp-content/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment