Skip to content

falzard/TC-Ticket-Web-Viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TC-Ticket-Web-Viewer

TrinityCore Ticket Web Viewer is a tool built with AngularJS and Bootstrap to view all open tickets via web.

It is based on the TrinityCore JSON RESTful API.

TrinityCore Ticket Web Viewer

Installation

The application requires the TrinityCore JSON RESTful API to access to the characters database.

Clone the TC-Ticket-Web-Viewer folder inside your web server directory:

git clone https://github.com/ShinDarth/TC-Ticket-Web-Viewer.git

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

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

and the name of your server:

app.serverName = "YourServerName";

Contribute

You can help us opening a new issue to report a bug or a suggestion

or you can donate to support us

Donate

License

The TrinityCore Ticket Web Viewer is open-sourced software licensed under the GNU AGPL license.

About

TrinityCore tool to view open tickets via web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.6%
  • CSS 28.8%
  • JavaScript 18.6%