Skip to content

Instantly share code, notes, and snippets.

@sc0ttkclark
Created March 24, 2024 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc0ttkclark/b1637640191ee1540197ddafb3ec54fe to your computer and use it in GitHub Desktop.
Save sc0ttkclark/b1637640191ee1540197ddafb3ec54fe to your computer and use it in GitHub Desktop.
{
"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