Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 494 Bytes

File metadata and controls

41 lines (29 loc) · 494 Bytes

TLH dig

TODO!

An overview of the source code is available in German.

First start

PHP Extensions

These php extensions have to be activated:

  • mysql

Install dependencies

# server dependencies
php7 /usr/bin/composer install

# ui dependencies
cd ui
npm i

Starting the server & ui

# server
cd html
php -S 0.0.0.0:8066

# ui
cd ui
npm run start

Automated end-to-end testing

cd ui
npx nightwatch test