* feat: enhance plugin management with external configuration support and update README
* fix: update .env.docker for PHP configuration paths and enhance error handling in init script
* feat: add theme installation and activation support in init scripts
* feat: enhance plugin and theme configuration system in Docker
* feat: enhance plugin and theme installation process with slug support
**Refactor Acore-CMS: Docker Compose as the Sole Installation Method**
This pull request introduces a significant refactoring of Acore-CMS to standardize **Docker Compose** as the only supported installation method. By removing the WordPress sources (a common cause of conflicts with other forks) from the repository, we simplify the setup process and ensure seamless installation of WordPress and required plugins via WP-CLI.
### **Changes**
- Removed WordPress sources from the repository.
- Moved `acore-wp-plugin` under the `src` folder.
- Implemented automatic installation of required plugins (e.g., WooCommerce, myCred, WP-GraphQL).
- Fixed Redis integration.
- Set `wordpress:6.7.1-php8.3-fpm` as the default WordPress version.
- Updated README.md
* fix: initial setup
## Changes
- fixed php version to use the one supported by the current pre-installed wordpress version (we will update it later)
- fixed healthcheck for wp-db
- Improved the readme
- switched from the legacy docker-compose to the new `docker compose` command
- implemented the DOCKER_AC_NETWORK_EXTERNAL to support installation of acore-cms when azerothcore is not under docker
* update