piotrpress / wordpress-workspace
This library is WordPress development environment based on Docker which uses Apache web server, MariaDB database, PHPMyAdmin, Composer and WP-CLI.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Dockerfile
Type:project
Requires
- php: ^8.3
- piotrpress/wordpress-config: ^3.0
- piotrpress/wordpress-htaccess: ^1.1
- piotrpress/wordpress-installer: ^1.0
- wordpress-core/no-content: *
- wordpress-plugin/akismet: *
- wordpress-theme/twentytwentyfive: *
README
This library is WordPress development environment based on Docker which uses Apache web server, MariaDB database, PHPMyAdmin, Composer and WP-CLI.
NOTE: This environment is designed for development purposes only and should not be used in production.
Setup
$ ./bin/setup
Usage
Start Docker
$ ./bin/start
View Website
PHPMyAdmin
Stop Docker
$ ./bin/stop