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
1. download backup of live WPEngine site | |
2. change directory to vagrant/www | |
3. git clone [email protected]:pie/vvv-init-wpengine.git "sitename" | |
4. run search and replace on "sitename" directory (replace site-name with wpengine install name) | |
5. move WPEngine backup.zip into "sitename" directory (DO NOT RENAME IT) | |
6. run this script (./wpengine-init.sh) and follow the instructions (site name = wpengine install name = "sitename" directory) | |
7. before vagrant provision is run script notifies you to update the composer.json, make any required changes | |
8. either provision now or later and after it has run check all loaded properly |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |