Production ready Wordpress with Docker
We know how tedious can be to deploy a Wordpress instance in a OnPremises or IaaS environment. For this reason our team has prepared a production ready Wordpress with just one command.
- Linux or any UNIX based OS
- Docker and Docker Compose
- Git
- Clone this repository
git clone https://github.com/refactoring-do/dockergress.git
- Start up and configure Wordpress with
make
command
make install && make configure
MIT