Skip to content

Stykk-Gruppen/qZoom-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qZoom-Server README

The server side of the qZoom project. It is responsible for routing the data to the correct users and handles SQL queries.

Dependencies

  • Qt 5.*
  • libqt5sql5-mysql
  • mysql-server

Installation

We assume you know how to setup a MySQL database.

sudo apt install qt5-default
sudo apt install libqt5sql5-mysql
git clone https://github.com/Feqzz/qZoom-Server/
cd qZoom-Server
qmake
make
sudo make install

Configuration

You have to fill in the config file with your database credentials.

cd /usr/local/qZoom-Server/config
sudo vim qZoom-Server.conf
hostname = localhost
databasename =
username =
password =

Documentation

The online documentation is available at this website. Information about the process and more can be found in the client's wiki.

Client

The client can be found here.

About

The server for the qZoom-Client. Made with Qt.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published