An open API service indexing awesome lists of open source software.

https://github.com/azhsetiawan/docker-wordpress

Simple and easy Docker for Wordpress development with LAMP and WP-CLI
https://github.com/azhsetiawan/docker-wordpress

docker lamp wordpress wordpress-development wp-cli

Last synced: about 2 months ago
JSON representation

Simple and easy Docker for Wordpress development with LAMP and WP-CLI

Awesome Lists containing this project

README

          

# Docker WordPress

Using this for WordPress local development setup on my MacBook, sometimes.

## Requirements

* [Docker](https://www.docker.com/)

## How To

1. Open terminal
2. Clone this repo `git clone https://github.com/azhsetiawan/docker-wordpress.git `
3. Go to your project folder `cd `
4. Run `docker-compose up -d`
5. Open in browser `https://localhost/`
6. Follow instructions to complete WordPress installation
7. Let's build awesome WordPress theme!

## Directory

WordPress installation in `public_html`

## WP-CLI

Include in this repo, version 2.0.1
visit [wp-cli.org](https://wp-cli.org/) for documentations