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
- Host: GitHub
- URL: https://github.com/tsertkov/docker-wpcluster
- Owner: tsertkov
- Created: 2016-08-06T10:15:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T08:41:09.000Z (over 8 years ago)
- Last Synced: 2025-02-01T23:41:45.711Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```