Last active
May 12, 2026 11:40
-
-
Save AtsushiA/20060b7068de8925d1664f9b593a337e to your computer and use it in GitHub Desktop.
DEMO unitone
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/edit.php", | |
| "steps": [ | |
| { | |
| "step": "login", | |
| "username": "admin", | |
| "password": "password" | |
| }, | |
| { | |
| "step": "setSiteLanguage", | |
| "language": "ja" | |
| }, | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "wp-multibyte-patch" | |
| } | |
| }, | |
| { | |
| "step": "installTheme", | |
| "themeZipFile": { | |
| "resource": "url", | |
| "url": "https://unitone.2inc.org/download-api/inc2734/unitone" | |
| } | |
| }, | |
| { | |
| "step": "runPHP", | |
| "code": "<?php require '/wordpress/wp-load.php'; $key = '544f355a5a-3731755770-3942675a41-6661363633-2f673d3d'; $settings = get_option('unitone-settings', []); $settings['license-key'] = $key; update_option('unitone-settings', $settings); set_transient('unitone-license-status-' . $key, 'true', DAY_IN_SECONDS); ?>" | |
| } | |
| ], | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "latest" | |
| }, | |
| "features": { | |
| "networking": true | |
| }, | |
| "login": true | |
| } |
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/edit.php", | |
| "steps": [ | |
| { | |
| "step": "login", | |
| "username": "admin", | |
| "password": "password" | |
| }, | |
| { | |
| "step": "setSiteLanguage", | |
| "language": "ja" | |
| }, | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "wp-multibyte-patch" | |
| } | |
| }, | |
| { | |
| "step": "installTheme", | |
| "themeZipFile": { | |
| "resource": "url", | |
| "url": "https://unitone.2inc.org/download-api/inc2734/unitone" | |
| } | |
| }, | |
| { | |
| "step": "runPHP", | |
| "code": "<?php require '/wordpress/wp-load.php'; $key = '544f355a5a-3731755770-3942675a41-6661363633-2f673d3d'; $settings = get_option('unitone-settings', []); $settings['license-key'] = $key; update_option('unitone-settings', $settings); set_transient('unitone-license-status-' . $key, 'true', DAY_IN_SECONDS); ?>" | |
| } | |
| ], | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "beta" | |
| }, | |
| "features": { | |
| "networking": true | |
| }, | |
| "login": true | |
| } |
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/edit.php", | |
| "steps": [ | |
| { | |
| "step": "login", | |
| "username": "admin", | |
| "password": "password" | |
| }, | |
| { | |
| "step": "setSiteLanguage", | |
| "language": "ja" | |
| }, | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "wp-multibyte-patch" | |
| } | |
| }, | |
| { | |
| "step": "installTheme", | |
| "themeZipFile": { | |
| "resource": "url", | |
| "url": "https://unitone.wp-chiebukuro.org/unitone_beta.zip" | |
| } | |
| }, | |
| { | |
| "step": "runPHP", | |
| "code": "<?php require '/wordpress/wp-load.php'; $key = '6c75495734-7a66527666-4d75676752-6f41794462-50773d3d'; $settings = get_option('unitone-settings', []); $settings['license-key'] = $key; update_option('unitone-settings', $settings); set_transient('unitone-license-status-' . $key, 'true', DAY_IN_SECONDS); ?>" | |
| } | |
| ], | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "beta" | |
| }, | |
| "features": { | |
| "networking": true | |
| }, | |
| "login": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment