Skip to content

Rapidly launch Wordpress application runtime over MariaDB to develop sites, themes or plugins.

License

Notifications You must be signed in to change notification settings

liontechnyc/wordpress-scaffold

Repository files navigation

Wordpress Stack

Rapidly launch Wordpress application runtime over MariaDB to develop sites, themes or plugins.

Development

You will need Docker running on your machine.

First copy and configure environment variables:

cp template.env .env

With your favorite text editor configure your .env file.

Start environment with Docker Compose:

docker-compose up

Stop the environment:

docker-compose down

Important Notes

Running in Windows

Docker on windows utilizes a local virtual machine for networking, this can make accessing exposed ports difficult. First, start the virtual host then locate the host's IP address:

docker-machine start

echo %DOCKER_HOST% || echo ${DOCKER_HOST}

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Rapidly launch Wordpress application runtime over MariaDB to develop sites, themes or plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published