Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.17 KB

JitsiTestBrowserTool


This tools allows you to make a release for Jitsi test browser page (minify js/css files, pack the app in one file).

App screenshot 1


/!\ Not working yet!

We are currently working on it, stay in touch ;)

Getting started

Environment

Requirements

To make a release, you need to have at lease:

  • php (7.4+)
  • composer (1.10+)

Then, use composer install to get the dependencies.

Make a new release

To make a new release, you need to run the make-release.php scripts.

To get more information, use "php make-release.php --help"

Once done, you will find your unique index.html file containing the test tool.

Translate the app

By default, this app is on english. Supported translations are:

  • fr (French)
  • en (English)

If you want have your own translation, just copy the lang/en.php file into your language (example: de.php), then edit the translations.

Then, re run the make-release.php script with the parameter --lang=de