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.2
- 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: *
This package is auto-updated.
Last update: 2025-02-18 16:32:36 UTC
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.
Install
- Build image
$ ./bin/build
- Run Docker
$ ./bin/run
- Install dependencies
$ ./bin/install
Usage
Run
$ ./bin/run
View
Update
$ ./bin/install
Console
$ ./bin/console
Database
$ ./bin/database
PHPMyAdmin
Close
$ ./bin/close