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

v1.1.0 2025-03-20 12:39 UTC

This package is auto-updated.

Last update: 2025-03-20 12:40:22 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.

Setup

$ ./bin/setup

Usage

Start Docker

$ ./bin/start

View Website

https://localhost

PHPMyAdmin

http://localhost:8080

Stop Docker

$ ./bin/stop

Requirements

License

MIT