Giter Club home page Giter Club logo

minimanager's Introduction

minimanager

TrinityCore Web management tool

Installation

Ensure you have ext-gmp and ext-mysqli extensions included and enabled on your installation of PHP.

The minimum required version of PHP is currently PHP 7.4. However, as support for 7.4 EOL'd in November 2022 , you should upgrade to PHP 8.0 as soon as possible.

A docker compose configuration has been provided for convenience. Note that you do not need to apply the mmfpm.sql when using the docker configuration - an init script does this during build.

docker-compose -f ./.docker/docker-compose.yml up -d

Configuration

  • Ensure you have an mmfpm MySQL database created

  • Apply mmfpm.sql to your newly created database

    • mysql -u trinity -p mmfpm < SQL/mmfpm.sql
  • Extract 333a_dbc.zip, and apply the SQL file to the mmfpm database

  • Make a copy of the configuration file, and make changes as necessary

cp scripts/config.dist.php scripts/config.php
  • Ensure you have an account created in your TrinityCore installation
  • Check to make sure you have the necessary GM level set in auth.account_access

Updates to existing minimanager installations

For older installations, a change was made to improve the security of the application (though in its current state, more work must be done). Ensure your config.php includes the following lines, preferably near the bottom:

if (!defined('HEADER_LOADED')) {
  header('Location: /');
}

This is to ensure direct navigation to the configuration file is not permitted.

minimanager's People

Contributors

amit86 avatar aokromes avatar xjose93 avatar flashadvocate avatar thewinchesters avatar jackpoz avatar gooyeth avatar star-lion avatar leelf00 avatar justzerooo avatar treeston avatar rykeon990 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.