https://github.com/daniloab/docker-wordpress
Docker image to run wordpress locally and install woocommerce plugin
https://github.com/daniloab/docker-wordpress
Last synced: about 1 year ago
JSON representation
Docker image to run wordpress locally and install woocommerce plugin
- Host: GitHub
- URL: https://github.com/daniloab/docker-wordpress
- Owner: daniloab
- Created: 2021-07-30T20:43:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T21:05:33.000Z (almost 5 years ago)
- Last Synced: 2025-04-28T12:08:21.643Z (about 1 year ago)
- Size: 11.7 KB
- Stars: 14
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Wordpress
Run a wordpress store locally.
# How to Run
- Be sure to have docker installed
- Run `yarn compose`
- Open the website on `http://localhost:8000` and configure your store
# Useful Links
- [Adding and Managing Products](https://docs.woocommerce.com/document/managing-products/)
- [Docker Commands](https://gist.github.com/daniloab/dbea32701e323975bf2d4d51a48f33b5)
- [Quickstart: Compose and WordPress](https://docs.docker.com/samples/wordpress/)