GazeHub is part of Gaze. GazeHub is the main server that is responsible for sending data from the backend to the frontend.
Click here to go to the documentation.
./gazehub
./vendor/bin/gazehub
./release.sh
This script will do the following steps:
- Clone GazeHub-src into
gazehub-src
. - Run
composer install
. - Create a new
gazehub.phar
and move it to the right place. - Remove the cloned
gazehub-src
folder. - Stage newly created phar file.
The main code for this repository can be found at GazeHub-src