pantheon-systems/pantheon-advanced-page-cache

[Early Access] Installation Instructions

ari-gold opened this issue · 1 comments

Before WordPress 4.7 is released the process to install this plugin:

Change directories into a local Git clone of a Pantheon site:

cd my-awesome-site

Add WordPress upstream, pull in changes coming with WordPress 4.7, and push to your Pantheon site:

git remote add upstream git@github.com:pantheon-systems/WordPress.git
git fetch upstream
git merge upstream/84-pantheon-cache
git push origin master

Add Pantheon Advanced Page Cache plugin

git clone ssh://codeserver.dev.0285c44d-1b10-4a98-afd9-5f2745ba6793@codeserver.dev.0285c44d-1b10-4a98-afd9-5f2745ba6793.drush.in:2222/~/repository.git my-awesome-site
cd my-awesome-site
git remote add upstream git@github.com:pantheon-systems/WordPress.git
git fetch upstream
git merge upstream/84-pantheon-cache
git push origin master