Created
March 24, 2024 23:22
-
-
Save sc0ttkclark/b1637640191ee1540197ddafb3ec54fe to your computer and use it in GitHub Desktop.
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
{ | |
"landingPage": "\/wp-admin\/admin.php?page=pods&pods_wasm_demo=1", | |
"preferredVersions": { | |
"php": "8.0", | |
"wp": "latest" | |
}, | |
"phpExtensionBundles": [ | |
"kitchen-sink" | |
], | |
"features": { | |
"networking": true | |
}, | |
"steps": [ | |
{ | |
"step": "installPlugin", | |
"pluginZipFile": { | |
"resource": "wordpress.org\/plugins", | |
"slug": "pods" | |
}, | |
"options": { | |
"activate": true | |
} | |
}, | |
{ | |
"step": "installPlugin", | |
"pluginZipFile": { | |
"resource": "wordpress.org\/plugins", | |
"slug": "pods-alternative-cache" | |
}, | |
"options": { | |
"activate": true | |
} | |
}, | |
{ | |
"step": "installTheme", | |
"themeZipFile": { | |
"resource": "wordpress.org\/themes", | |
"slug": "raft" | |
} | |
}, | |
{ | |
"step": "login", | |
"username": "admin", | |
"password": "password" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment