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
- Host: GitHub
- URL: https://github.com/azhsetiawan/docker-wordpress
- Owner: azhsetiawan
- Created: 2018-06-06T10:00:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T14:06:33.000Z (over 7 years ago)
- Last Synced: 2025-04-20T01:56:52.445Z (about 1 year ago)
- Topics: docker, lamp, wordpress, wordpress-development, wp-cli
- Language: Dockerfile
- Size: 1.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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