All Projects → Helias → Keira2

Helias / Keira2

Licence: agpl-3.0
The Azerothcore/Trinitycore Database Web-Editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Keira2

Wow Fish Bot
World of Warcraft ( WoW ) Fish BOT. Python. Simple. For me.
Stars: ✭ 93 (-15.45%)
Mutual labels:  world-of-warcraft, wow
Musicode
🎶 Markup language for music creation and analysis! -- https://hlorenzi.github.io/musicode/
Stars: ✭ 34 (-69.09%)
Mutual labels:  web-application, web-app
Jodel Web
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
Stars: ✭ 15 (-86.36%)
Mutual labels:  web-application, web-app
Premade Groups Filter
A World of Warcraft addon for powerful filtering of premade group listings
Stars: ✭ 26 (-76.36%)
Mutual labels:  world-of-warcraft, wow
Wow Classic Gearmenu
WoW 1.13.2 (classic) Addon for switching between items and keybinding them
Stars: ✭ 63 (-42.73%)
Mutual labels:  world-of-warcraft, wow
Litecloud
User management system for the server (Home Cloud).
Stars: ✭ 26 (-76.36%)
Mutual labels:  web-application, web-app
Adoptoposs
Finding co-maintainers for your open source software project.
Stars: ✭ 93 (-15.45%)
Mutual labels:  web-application, web-app
Ginatra
A web frontend for Git repositories
Stars: ✭ 522 (+374.55%)
Mutual labels:  web-application, web-app
Theorytracker
🎼 HTML5/WebAudio multi-track functional harmony analysis and songwriting app! -- https://hlorenzi.github.io/theorytracker/
Stars: ✭ 62 (-43.64%)
Mutual labels:  web-application, web-app
Kuinameplates2
Prettier nameplates.
Stars: ✭ 58 (-47.27%)
Mutual labels:  world-of-warcraft, wow
Ajour
A World of Warcraft addon manager written in Rust.
Stars: ✭ 803 (+630%)
Mutual labels:  world-of-warcraft, wow
Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-20%)
Mutual labels:  world-of-warcraft, wow
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+5329.09%)
Mutual labels:  web-application, web-app
Shestakui classic
ShestakUI for WoW Classic (1.13.2)
Stars: ✭ 108 (-1.82%)
Mutual labels:  world-of-warcraft, wow
Budget
Get a grip on your finances.
Stars: ✭ 609 (+453.64%)
Mutual labels:  web-application, web-app
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-70.91%)
Mutual labels:  web-application, web-app
Arcemu
World Of Warcraft 3.3.5a server package
Stars: ✭ 281 (+155.45%)
Mutual labels:  world-of-warcraft, wow
Wowanalyzer
WoWAnalyzer is a tool to help you analyze and improve your World of Warcraft raiding performance through various relevant metrics and gameplay suggestions.
Stars: ✭ 371 (+237.27%)
Mutual labels:  world-of-warcraft, wow
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-54.55%)
Mutual labels:  web-application, web-app
Dbm Classic
The ultimate encounter helper (for Classic) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
Stars: ✭ 79 (-28.18%)
Mutual labels:  world-of-warcraft, wow

News from Keira's authors

  • Keira2 is no longer mantained and it has been replaced by Keira3

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].