Skip to content

Commit 32ee440

Browse files
committed
Update readme
1 parent 4a9295b commit 32ee440

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

backend/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
## 🎨 WordPress Docker Example
1+
## 🎨 WordPress Docker Setup
22
[![Project Status: Active.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
3-
![Stars](https://img.shields.io/github/stars/imranhsayed/wordpress-docker-example?label=%E2%AD%90%20Stars)
4-
![Forks](https://img.shields.io/github/forks/imranhsayed/wordpress-docker-example?color=%23ff69b4)
5-
![Contributors](https://img.shields.io/github/contributors/imranhsayed/wordpress-docker-example?color=blue)
6-
![Follow](https://img.shields.io/github/followers/imranhsayed?label=Please%20follow%20%20to%20support%20my%20work%20%F0%9F%99%8F&style=social)
73

84
- WordPress Setup with Docker.
95
- mysql
106
- phpMyAdmin
117

128
## Setup
9+
The following step is not required if you have already followed one command setup using `./nxtwp configure`
10+
as explained in the project's root [README.md](https://github.com/imranhsayed/nextjs-headless-wordpress/blob/master/README.md)
11+
1312
Run this from root
1413
```bash
1514
docker-compose -f docker-compose.yml up -d
@@ -26,9 +25,6 @@ password: root
2625

2726
phpmyadmin docker image already comes with the username `root` and we have set the mysql password in the dockerfile
2827

29-
* If you happen to use your own WordPress setup, be sure to install and activate plugins from composer.json and add your own WordPress site URL
30-
in an .env file, You can check the .env-example file for reference.
31-
3228
## Development ( Developers only )
3329

3430
1. When we change the composer.json, run from root

0 commit comments

Comments
 (0)