Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Administration Form

Karim Gillani edited this page Jun 19, 2017 · 1 revision

Administration Form provides the ability to add/remove users, services, adjust calendar and other settings to run QSystem

Access to the Administration Form requires the following:

  1. Access to the MySQL database. In Openshift we require you to port forward to the MySQL database using the OC tools.
  2. A local copy of the compiled QSystem application.
  3. You will need to adjust the qsystem.properties file to include:
  • http-protocol-post = 80
  • web-service-url = https:////qsystem
  1. Add the local environment variables for the following:
  • SET MYSQL_SERVICE=localhost
  • SET MYSQL_USER=
  • SET MYSQL_PASSWORD=
  • SET MYSQL_DATABASE=
  1. The go to the dist folder and run this command: java -cp QSystem.jar;lib/* ru.apertum.qsystem.client.forms.FAdmin -d -ide
Clone this wiki locally