Skip to content

Wordpress with sqlite using composer for personal use

Notifications You must be signed in to change notification settings

zaherg/litepress

Repository files navigation

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.

About

Wordpress with sqlite using composer for personal use

Resources

Stars

Watchers

Forks