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
Requires
- roots/wordpress-core-installer: dev-master
- roots/wordpress-full: ^6.7
- vlucas/phpdotenv: *
- wp-cli/wp-cli-bundle: *
- wpackagist-plugin/sqlite-database-integration: ^2.1.11
- wpackagist-theme/extendable: ^2.0.9
Requires (Dev)
- ergebnis/composer-normalize: ^2.31
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.