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.

You can check it with java -version

Setup for Windows :

  1. With your browser 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. Save the ZIP file in a folder that is accessible from the PATH

    or set the PATH variable in order to use the Telosys .bat files from everywhere

  3. Unzip telosys-cli-x.x.x-xxx.zip with your favorite zip tool

  4. You can run Telosys-CLI with the tt command ( that is tt.bat )

Setup for Unix/Linux :

  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. Unzip the file

    unzip telosys-cli-x.x.x-xxx.zip

  3. Two shell scripts must be set executable

    chmod 777 tt tl

  4. Now you can run Telosys-CLI with the tt shell script

    tt

Clone this wiki locally