zaherg / litepress

Wordpress with sqlite using composer for personal use

Home Page:https://packagist.org/packages/zaherg/litepress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://packagist.org/packages/zaherg/litepress


Languages

Language:PHP 88.1%Language:Shell 11.9%