Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
/ Docker-BlizzCMS Public archive

Docker files for running BlizzCMS

License

Notifications You must be signed in to change notification settings

WoW-CMS/Docker-BlizzCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker files for running BlizzCMS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published