Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)