Update README.md

main
radioparalelo 2026-03-11 01:12:20 +01:00
parent 10ecbb9f92
commit 872e1fa23b
1 changed files with 6 additions and 3 deletions

View File

@ -53,7 +53,7 @@ indymedia/indymedia-wordpress Core IndyMedia functionality.
---
### Quick start get it running in three steps
### Get it running in three steps
1. **Clone the repository**
@ -83,9 +83,9 @@ indymedia/indymedia-wordpress Core IndyMedia functionality.
|-----------|-------------|
| **Dockerfile** | Builds a clean `wordpress:php8.2-apache` image, installs Composer, WPCLI, and copies your custom theme. |
| **composer.json / composer.lock** | Lists the 18 plugins (WPackagist mirror) that are installed into `wp-content/plugins/`. |
| **indywp/indywp/** | Your custom theme (built and ready to use). |
| **indywp/indywp/** | Indymedia custom theme (built and ready to use). |
| **config/php.ini** | Optional PHP tweaks (upload limits, memory, etc.). |
| **dockercompose.yml** *(optional)* | Example compose file for a full stack (MySQL, phpMyAdmin, etc.). |
| **dockercompose.yml** | Docker compose file for a full stack (MySQL, phpMyAdmin, etc.). |
| **README.md** | This file. |
---
@ -118,6 +118,9 @@ All plugins are already present in `wp-content/plugins/` thanks to `composer ins
The core theme is **Twenty TwentyFive**, licensed under **GPLv2 or later**.
All other code in this repository is also distributed under the GPLv2+ (see individual plugin licenses).
The theme repository is available at:
https://codeberg.org/radioparalelo/indy-wp
---
### Contributing