Update default installed plugin, update README

This commit is contained in:
2025-01-30 19:47:58 +09:00
parent 8c46cfebe5
commit d71e2a5ade
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -78,6 +78,22 @@ KazeWP leverages Bash scripts to automate key tasks such as site creation, listi
By combining these components, KazeWP offers a fast, efficient, and scalable solution for managing multiple WordPress websites with minimal configuration.
---
## **Default Plugins and Theme**
Each WordPress installation comes pre-configured with carefully selected plugins and theme to enhance your site's functionality right from the start:
### Pre-installed Plugins
- **Wordfence Security**: Premium WordPress firewall and security scanner
- **Rank Math SEO**: Advanced SEO plugin for optimizing your content and improving search engine visibility
- **Fluent SMTP**: Reliable email delivery solution for WordPress
- **SEO Framework**: Lightweight, fast, and automated SEO solution
- **Cache Enabler**: Efficient caching plugin for improved performance
### Default Theme
- **Kadence**: Modern, lightweight, and customizable WordPress theme optimized for performance and flexibility
These default installations ensure that your WordPress sites are ready for production use with essential SEO, performance, and email functionality out of the box.
---
## **License**
+1 -1
View File
@@ -23,7 +23,7 @@ if ! wpcli core is-installed ; then
--skip-email
wpcli rewrite structure '/%postname%/'
echo "Installing and activating plugins..."
wpcli plugin install wordfence cache-enabler --activate
wpcli plugin install wordfence cache-enabler autodescription fluent-smtp kadence-blocks --activate
wpcli option update cache_enabler '{
"version": "1.8.15",
"use_trailing_slashes": 1,