Web control panel for managing tickets stored by QReport mod
##Installing & Configuring
There two possible way of installation:
This method is recommended if you have only one Minecraft server running
You need to have Forgelin and QReport installed on your server
- Download QReport Web without 'standalone' cliassifier`
- Download sl4j api from Maven Central (for some reasons we can't include it in main jar)
- Put both downloaded jars in the
mods
directory along with q-report and forgelin
You can configure database path, login, password and port in config/qreport-server.cfg
file after first start
This method should be used when you have two or more servers with QReport ticket system, this web panel will collect tickets from all of them
- Download QReport Web standalone
- Put it anywhere you want
- Run it using
java -jar qreport-web-v1.2.0-standalone.jar
To configure it you must provided values with command argument. Available args:
-url
- database url. E.g-url jdbc:mysql://localhost:3306/qreport
or-url jdbc:sqlite:/home/qreport/tickets.sqlite
-login
- database login, set it to blank if no authorization required. E.g.-login root
-pass
- database password, set it to blank if no authorization required. E.g.-pass password
-port
- port, on which this web server will be running. E.g.-port 4567
##Usage
After starting this server you can access it throught browser on port which you've specified, by default it is 4567.
Default login is root
, default password is rainbow