WordPress / WordPress/sqlite-database-integration

Hook in sqlite install before initial WP setup

Open
#7 18 comments 5 reactions 0 assignees View on GitHub

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:

  1. Copy fresh WP install to filesystem.
  2. Copy the plugin to plugins.
  3. Somehow, activate, so it sets everything up nicely.

It looks like I have to:

  1. Copy fresh WP install to filesystem.
  2. Copy the plugin to plugins.
  3. Setup wp-config (or do web interface) with a MySQL DB somewhere.
  4. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.