[Early Access] Installation Instructions
ari-gold opened this issue · 1 comments
ari-gold commented
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
danielbachhuber commented
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