GithubHelp home page GithubHelp logo

kuramajssken001 / keira2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crypticaz/keira2

0.0 1.0 0.0 1.53 MB

Forked repository of TrinityCore Database Web-Editor. This is a learning project and adaption for Emucoach's 548 repack. I will be updating it to the structure of that core as time goes on. I am new to this so it's a learning experience and small project on mine.

Home Page: https://www.emucoach.com/showthread.php/5909-NEW-RELEASE-5-4-8-Blizzlike-Mists-of-Pandaria-v1-2-EmuCoach-s-Official-Repack

License: GNU Affero General Public License v3.0

CSS 0.36% HTML 40.66% JavaScript 58.99%

keira2's Introduction

Keira2 the TrinityCore Database Web-Editor

This software is a Database Editor web application for the TrinityCore MMORPG framework built with AngularJS and using the TrinityCore JSON RESTful API to retrieve database data.

Keira2 allows the user to edit the database via GUI and generates automatically the SQL code for him/her. It is inspired by the old Quice/Truice database editor, originally developed by indomit, and by the Discover-'s SAI Editor.

Using Keira2, you can edit SmartAI, Quests, Creatures, Spawns, Loots, GameObjects, Items, Characters, etc...

Also you can change the GUI style choosing a different graphic theme using the theme-switcher button. There are several themes, light and dark ones.

Keira2

Live demo

A live demo is available here. You can use it for production but be aware that its database may not be updated to the latest version.

Also you can help us by testing the development version without installing it, simply using our development live demo. Remember to clear your browser cache before testing it and report any bug or suggestion.

Installation

Keira2 fetches data from an istance of the TrinityCore JSON API, it can be installed either on the same machine or on an external one.

You can install an istance of the TrinityCore JSON API using this guide.

Once you have installed the API, download the latest release of Keira2 and extract the Keira2 folder and place is inside your web server directory (e.g. /var/www/).

Then open the Keira2 folder and copy the file config.js.dist to config.js, open it and set it properly with the path of the API:

app.api = "../TC-JSON-API/public/index.php/";

replace "../TC-JSON-API/public/index.php/" with the path of your API istance.

If you have the TrinityCore JSON API on an external machine, you should set it like:

app.api = "http://www.your.external.server.org/path/to/TC-JSON-API/public/index.php/";

Contribute

or you can donate to support us

Donate

License

Keira2 is open-sourced software licensed under the GNU AGPL license.

Screenshots

Keira2 Keira2 Keira2 Keira2 Keira2 Keira2 Keira2

keira2's People

Contributors

francescoborzi avatar helias avatar kylepancamo avatar

Watchers

 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.