Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T21:05:33.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:15:43.242Z (3 months 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/)