This repository provides you an easy deployment of BlizzCMS in a few steps without the need to install the packages for PHP, web server and any other server software on your local machine.
You only need to have Docker installed and running.
git clone https://github.com/WoW-CMS/Docker-BlizzCMS.git docker
cd docker
docker build -t docker .
docker run -d -p 3306:3310 --name name-container docker
To connect to your docker is really easy.
docker exec -it name-container /bin/bash
This project is licensed under the MIT License.