Skip to content
Laurent GUERIN edited this page Sep 14, 2017 · 22 revisions

Telosys-CLI Setup

Requirements :

Java 7 (or +) must be installed, that's all.

Setup :

  1. Download the ZIP file, for example 'telosys-cli-x.x.x-xxx.zip' from the download site : http://www.telosys.org/download/telosys-cli/

  2. Put the ZIP file in a folder that is accessible from the PATH.

  3. Unzip the file

If you are under Windows

  • you can run Telosys-CLI with the tt command ( tt.bat )

If you are under Unix/Linux you must set two shell scripts executable

  • use chmod to set tt and tl executable ( for example chmod 777 tt tl )

  • now you can run Telosys-CLI with the tt shell script

Clone this wiki locally