VideoGrace Server - Main module of VideoGrace videoconference system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A videoconferencing software system designed to work in closed networks 
and over the Internet.
Includes a local web server and an administrator web page for management
and configuration.

Installation:
~~~~~~~~~~~~~

1. Run: sudo ./install.sh
	This will install the server and start it
2. To check the workability, go to the management page of the browser
	http://localhost:443 (on server) or https://server.domain.org from 
	any machine on the network), login / password: admin / admin
	If the server does not start, you need to look in the log file for errors.
3. For the system to work, the ports must be open / forwarded:
	TCP 443, UDP 5060
4. Log file: /var/log/vgserver/VGServer.log
5. Web: https://videograce.com/main/

Updating:
~~~~~~~~~

1. Run: sudo ./update.sh
	This will update the server and restart it

Deleting:
~~~~~~~~~

1. Run sudo ./uninstall.sh
	This will stop and delete the server, excluding database and configuration file

Contacts:
~~~~~~~~~

Site: https://videograce.com
EMail: contact@videograce.com
