Created
July 7, 2025 06:10
-
-
Save bgrgicak/a288fbf2e0f9f6b22aab40ba4dcfd5bc to your computer and use it in GitHub Desktop.
Install and setup the SQLite plugin
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
| { | |
| "steps": [ | |
| { | |
| "step": "installPlugin", | |
| "pluginData": { | |
| "resource": "wordpress.org/plugins", | |
| "slug": "sqlite-database-integration" | |
| } | |
| }, | |
| { | |
| "step": "cp", | |
| "fromPath": "/wordpress/wp-content/plugins/sqlite-database-integration/db.copy", | |
| "toPath": "/wordpress/wp-content/db.php" | |
| }, | |
| { | |
| "step": "activatePlugin", | |
| "pluginPath": "/wordpress/wp-content/plugins/sqlite-database-integration" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment