Update README.md

main
Rádio Paralelo 2026-03-05 00:20:41 +00:00 committed by GitHub
parent 4257e7da36
commit 8580fbe8f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 11 deletions

View File

@ -57,26 +57,20 @@ indymedia/indymedia-wordpress Core IndyMedia functionality.
1. **Clone the repository**
```bash
git clone https://github.com/RadioParalelo/indymedia.org.git indymedia-wp
cd indymedia-wp
```
2. **Build the Docker image**
```bash
docker build -t indymedia:test .
```
3. **Start the container**
```bash
docker run -d \
--name indymedia \
-p 8080:80 \
-v "$(pwd)/wp-data:/var/www/html/wp-content" \
indymedia:test
```
docker compose up --build -d
Then open **http://localhost:8080/wp-admin** in a browser, run the WordPress installer, and activate the plugins you need.