Skip to content

Instantly share code, notes, and snippets.

@akirk
Last active February 14, 2024 15:59
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 akirk/023416a52dfaf5b39079c663881f957b to your computer and use it in GitHub Desktop.
Save akirk/023416a52dfaf5b39079c663881f957b to your computer and use it in GitHub Desktop.
Free My Site blueprint
{
"landingPage": "/wp-admin/",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"steps": [
{
"step": "login",
"username": "admin",
"password": "password"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://codeload.github.com/ashfame/free-my-site/zip/refs/heads/main"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment