WordPress / WordPress/sqlite-database-integration
Hook in sqlite install before initial WP setup
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 363
- Forks
- 67
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 7
Description
I reckon you've thought of this, but, I'm blocked in testing because I think I'm forced through a traditional WP install.
I want to:
- Copy fresh WP install to filesystem.
- Copy the plugin to plugins.
- Somehow, activate, so it sets everything up nicely.
It looks like I have to:
- Copy fresh WP install to filesystem.
- Copy the plugin to plugins.
- Setup wp-config (or do web interface) with a MySQL DB somewhere.
- Activate the plugin.
Am I missing anything? Too early to the party -- that flow is coming?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the plugin activation path and the WordPress initial setup flow described in the issue. Determine where SQLite installation could occur before setup, then define a supported fresh-copy, plugin-activation workflow and verify it without requiring a MySQL database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, sqlite, wordpress
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100