/Docker-BlizzCMS

Docker files for running BlizzCMS

Primary LanguageDockerfileMIT LicenseMIT

Docker Image for BlizzCMS

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.

Version

📋 Pre-requirements

You only need to have Docker installed and running.

📦 Deployment

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  

🛠️ Built with

✒️ Authors & Contributors

🔗 Important Links

📄 License

This project is licensed under the MIT License.