[PR #1485] [MERGED] New Script: Wordpress #3041

Closed
opened 2025-11-20 05:33:09 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1485
Author: @MickLesk
Created: 1/14/2025
Status: Merged
Merged: 1/14/2025
Merged by: @MickLesk

Base: mainHead: wordpress


📝 Commits (1)

📊 Changes

3 files changed (+164 additions, -0 deletions)

View changed files

ct/wordpress.sh (+45 -0)
install/wordpress-install.sh (+85 -0)
json/wordpress.json (+34 -0)

📄 Description

✍️ Description

WordPress is the simplest, most popular way to create your own website or blog. In fact, WordPress powers over 43.6% of all the websites on the Internet. Yes – more than one in four websites that you visit are likely powered by WordPress.\n\nOn a slightly more technical level, WordPress is an open-source content management system licensed under GPLv2, which means that anyone can use or modify the WordPress software for free.


  • Related Discussion: #1411

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/1485 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `wordpress` --- ### 📝 Commits (1) - [`99a0923`](https://github.com/community-scripts/ProxmoxVE/commit/99a0923998875aaae5b61dbea105aafdbadea3c9) Create New LXC: Proxmox ### 📊 Changes **3 files changed** (+164 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/wordpress.sh` (+45 -0) ➕ `install/wordpress-install.sh` (+85 -0) ➕ `json/wordpress.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description WordPress is the simplest, most popular way to create your own website or blog. In fact, WordPress powers over 43.6% of all the websites on the Internet. Yes – more than one in four websites that you visit are likely powered by WordPress.\n\nOn a slightly more technical level, WordPress is an open-source content management system licensed under GPLv2, which means that anyone can use or modify the WordPress software for free. - - - - Related Discussion: #1411 --- ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [x] Documentation updated (I have updated any relevant documentation) --- ![image](https://github.com/user-attachments/assets/934b0140-dcc4-4627-b4f3-c3dc1fe219c6) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:33:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3041