zaherg/litepress

A wordpress scaffolding with sqlite out of the box using composer.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

6.7 2024-11-13 06:18 UTC

This package is auto-updated.

Last update: 2024-11-14 06:58:50 UTC


README

This is a personal project which will setup WordPress using composer and will install sqlite integration plugin automatically.

The mu-plugins folder, contains some plugins I copied from a WordPress project created by Wordpress Studio.

Create project:

Run the command

composer create-project zaherg/litepress litepress

Login information:

  • Username: admin
  • Password: password

Reinstall

If you decided that you want to reset your project and start with a fresh WordPress installation, you can run

./install.sh

check the code to know what the command do.

Notes:

Please note that not all WordPress plugins support sqlite, some uses specific syntax that is supported by mysql only, when creating extra tables.