Easy to build Wordpress theme development environment.
The main theme and the root directory are synchronized.
- You don't have to install Nginx and PHP, MySQL.
- Docker
- Docker compose 1.22.0 (or later)
make build
make up
After you can acccess http://localhost.
If login, Username: admin Password: admin.
make stop
make destory
make backup
After creates a SQL file as ./backup/wordpress.sql
Restore wordpress database from ./backup/wordpress.sql
make restore