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.0.3 2025-02-18 16:30 UTC

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

  1. Build image
$ ./bin/build
  1. Run Docker
$ ./bin/run
  1. Install dependencies
$ ./bin/install

Usage

Run

$ ./bin/run

View

https://localhost

Update

$ ./bin/install

Console

$ ./bin/console

Database

$ ./bin/database

PHPMyAdmin

http://localhost:8080

Close

$ ./bin/close 

Requirements

License

MIT