zaherg/litepress

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

6.5 2024-05-30 07:45 UTC

This package is auto-updated.

Last update: 2024-07-02 06:40:33 UTC


README

LitePress

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.