Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.14 KB

GazeHub

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 full documentation for Gaze and GazeHub.

Installation

To install GazeHub go to the GazeHub release repository and follow the instructions there.

Development

For development you need Composer or Docksal installed on your system.

Unit tests

To run the unit tests:

./vendor/bin/phpunit

# Or for docksal
fin phpunit

You can test all the supported PHP versions by running the unittest.sh script:

./unittest.sh

Create phar

To create a phar-file that is executable:

php --define phar.readonly=0 create-archive.php

Release

To release a new version of GazeHub a new phar file needs te be created in the GazeHub release repository. Follow the instructions there to create the new release.