Coder Social home page Coder Social logo

wilroboly / blizzcms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wow-cms/blizzcms

0.0 0.0 0.0 36.18 MB

BlizzCMS is a CMS built with CodeIgniter 3 for World of Warcraft emulators.

License: MIT License

Shell 0.04% JavaScript 29.14% PHP 56.84% CSS 13.52% Hack 0.05% HTML 0.40% Dockerfile 0.01%

blizzcms's Introduction

BlizzCMS Plus

Project Status Project Version PHP Composer Master Discord

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 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.

blizzcms's People

Contributors

sayghteight avatar perioner avatar pangolp avatar chuletautn avatar btyrael avatar dzywolf avatar duelistrag3 avatar scarecr0w12 avatar doctordam avatar greaver avatar 0xciber avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.