Skip to content

Refactor: Word-Press #6837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

tremor021
Copy link
Member

✍️ Description

  • Now uses helper function to install Apache and PHP 8.4
  • Code cleanup

🔗 Related PR / Issue

Link: #

✅ Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

@tremor021 tremor021 self-assigned this Aug 14, 2025
@tremor021 tremor021 requested a review from a team as a code owner August 14, 2025 12:51
@github-actions github-actions bot added refactor update script A change that updates a script labels Aug 14, 2025
@tremor021 tremor021 requested a review from MickLesk August 14, 2025 13:18
libapache2-mod-php
msg_ok "Installed Dependencies"

PHP_VERSION="8.4" PHP_FPM="YES" PHP_MODULE="common,fpm,snmp,imap,mysql" PHP_APACHE="YES" setup_php
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove fpm as Module, its included with PHP_FPM=yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor update script A change that updates a script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants