We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c9164 commit 2793c17Copy full SHA for 2793c17
1 file changed
README.md
@@ -1,12 +1,17 @@
1
# wordpress-base-plugin
2
A bare-minimum WordPress plugin using Docker-Compose
3
4
+## Development
5
1. Clone this repository
6
2. Edit `docker-compose.yml` change the volume path from `/base-plugin` to the name of your plugin e.g. `/booking-plugin`
7
3. Rename `base-plugin.php` to your plugin name, it should match the folder name e.g. `booking-plugin.php`
8
2. Run docker `docker-compose up -d`
9
3. Navigate to `localhost:8000`
10
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
15
16
Helpful links:
17
- https://developer.wordpress.org/plugins/
0 commit comments