isaac / gaze-hub
Gazehub
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Open Issues: 0
Language:Shell
Requires
- php: ~7.3.0 || ~7.4.0 || ~8.0.0
README
GazeHub is part of Gaze. GazeHub is the main server that is responsible for sending data from the backend to the frontend.
Documentation
Click here to go to the documentation.
Run as standalone project
./gazehub
Run as composer dependency
./vendor/bin/gazehub
Build new release
./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.
Source code
The main code for this repository can be found at GazeHub-src