isaac / gaze-hub
Gazehub
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 0
Open Issues: 0
Language:Shell
pkg:composer/isaac/gaze-hub
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.pharand move it to the right place.
- Remove the cloned gazehub-srcfolder.
- Stage newly created phar file.
Source code
The main code for this repository can be found at GazeHub-src