BlizzCMS Plus
BlizzCMS plus, is the improved version of BlizzCMS v1 (which is an abandoned project). It is currently developed by the WOW-CMS community, and by independent contributors who make improvements to the code on a voluntary basis. It is currently Open Source, so everyone can study and improve the code, and it would be interesting that if you make improvements to it, you can share them with the community through a pull request.
Useful Links
Modules
- admin
- bugtracker
- changelogs
- donate
- download
- forum
- home
- mod
- news
- online
- page
- pvp
- store
- update
- user
- vote
Although some of them are still under constant development and maintenance/improvements. This ensures that we are always trying to improve the code that is currently developed or that can be incorporated.
Requirements
PHP
- 7.1 or newer is recommended (Version 8.x is currently not supported.)
Apache Modules
PHP Extensions
Some configurations
In linux (Apache Modules)
You can use the following command to enable the apache extensions mentioned above.
a2enmod headers
a2enmod rewrite
a2enmod expires
Edit Sites Available
/etc/apache2/sites-available/000-default.conf
For the mod_rewrite to work correctly and generate friendly URLs, it is necessary to have permissions on the directory where the CMS is located, commonly, located in /var/www/html
.
<Directory "/var/www/html">
AllowOverride All
</Directory>
Restarting the service
/etc/init.d/apache2 restart
Docker Alternative
git clone https://github.com/WoW-CMS/BlizzCMS.git
cd BlizzCMS
docker-compose build
docker-compose up -d
Active Developers
Inactive Developers
- @vipo - Back-End Developer
Copyright
Copyright © 2017+ WoW-CMS.