Skip to content

Commit 2793c17

Browse files
Update README.md
1 parent 25c9164 commit 2793c17

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# wordpress-base-plugin
22
A bare-minimum WordPress plugin using Docker-Compose
33

4+
## Development
45
1. Clone this repository
56
2. Edit `docker-compose.yml` change the volume path from `/base-plugin` to the name of your plugin e.g. `/booking-plugin`
67
3. Rename `base-plugin.php` to your plugin name, it should match the folder name e.g. `booking-plugin.php`
78
2. Run docker `docker-compose up -d`
89
3. Navigate to `localhost:8000`
910

11+
## Publishing
12+
1. Shutdown docker with `docker-compose down`
13+
2. Delete the `docker-compose.yml` file
14+
5. Update this README for your plugin
1015

1116
Helpful links:
1217
- https://developer.wordpress.org/plugins/

0 commit comments

Comments
 (0)