Skip to content

A bare-minimum WordPress base plugin using Docker-Compose

License

Notifications You must be signed in to change notification settings

abrahamcuenca/wordpress-base-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-base-plugin

A bare-minimum WordPress plugin using Docker-Compose

Development

  1. Clone this repository
  2. Edit docker-compose.yml change the volume path from /base-plugin to the name of your plugin e.g. /booking-plugin
  3. Rename base-plugin.php to your plugin name, it should match the folder name e.g. booking-plugin.php
  4. Run docker docker-compose up -d
  5. Navigate to localhost:8000

Publishing

  1. Shutdown docker with docker-compose down
  2. Delete the docker-compose.yml file
  3. Update this README for your plugin

Helpful links:

About

A bare-minimum WordPress base plugin using Docker-Compose

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages