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

https://github.com/tsertkov/docker-wpcluster

Wordpress containerised cluster
https://github.com/tsertkov/docker-wpcluster

Last synced: about 2 months ago
JSON representation

Wordpress containerised cluster

Awesome Lists containing this project

README

        

# Wordpress containerised cluster

## Requirements

- [docker](https://docs.docker.com/engine/installation/) >= 1.12
- [docker-compose](https://docs.docker.com/compose/install/) >= 1.8

## Usage

```
$ git clone https://github.com/tsertkov/docker-wpcluster.git
$ cd docker-wpcluster
$ cp config.env.dist config.env
$ make up
Usage: make up|ps|stop|down
```