Skip to content
Laurent GUERIN edited this page Jan 15, 2018 · 22 revisions

Telosys-CLI Installation

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 ('telosys-cli-x.x.x-xxx.zip')

    from the web site : http://www.telosys.org/cli.html

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

  3. Set the PATH variable in order to be able to use the Telosys .bat files from everywhere

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

    tt

  5. You can also create a shortcut on your desktop

General shortcut : X:\path\to\telosys\tt.bat

Shortcut with a specific working folder : X:\path\to\telosys\tt.bat -h X:\my\folder

Setup for Unix/Linux :

  1. Download the ZIP file ('telosys-cli-x.x.x-xxx.zip')

    from the web site : http://www.telosys.org/cli.html

    with a browser or with the wget command

    wget http://www.telosys.org/download/telosys-cli/telosys-cli-x.x.x-xxx.zip

  2. Unzip the file

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

  3. Two shell scripts ( "tt" and "tl" ) must be set executable

    chmod 777 tt tl

  4. Set the PATH variable in order to be able to use the Telosys commands from everywhere

    export PATH=$PATH:/path/to/telosys

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

    tt