Update README.md
parent
4257e7da36
commit
8580fbe8f6
16
README.md
16
README.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue