Telosys doc
WebsiteTwitterLinkedInNews
  • Telosys documentation
  • Telosys CLI
    • Installation on Linux
    • Installation on Windows
    • CLI configuration
    • CLI commands
    • Getting started
  • Telosys with VSCode
    • Extension installation
    • VSCode settings
    • Telosys terminal in VSCode
    • Telosys editor configuration
  • Telosys with JetBrains IDE
  • Project configuration
  • Project variables
  • Project databases
  • Models and entities
    • Model structure
    • Entity
    • Attribute / Link
    • Annotations
    • Tags
    • Examples
    • Model creation
    • Model installation
    • Models management
  • Bundles of templates
    • Bundle structure
    • Bundle creation
    • Bundles installation
    • Bundles management
    • Velocity language
    • Velocity directives
    • Velocity object types
    • Telosys directives
    • Telosys variables
    • Telosys objects
    • Code snippets
  • Code generation
    • "gen" command
    • "genb" command
  • Target languages
    • C++
    • C#
    • Golang
    • Java
    • JavaScript
    • Kotlin
    • PHP
    • Python
    • Scala
    • TypeScript
  • Target databases (SQL)
    • Predefined rules
    • Specific rules
    • Type size and precision
  • Telosys with Git
    • GitHub usage
    • Install with Git
    • Publish with Git
  • Support the project
  • How to contribute
  • Sponsors
  • IDE and editors
  • Telosys 3 Eclipse plugin
    • Eclipse plugin installation
    • Eclipse customization
    • Telosys 3 database model
Powered by GitBook
On this page
  • Prerequisite
  • Installation
  • 1) Download
  • 2) Unzip
  • 3) Update 'PATH' environment variable
  • 4) Run Telosys
  • 5) You can also create a shortcut on your desktop
  1. Telosys CLI

Installation on Windows

PreviousInstallation on LinuxNextCLI configuration

Last updated 4 months ago

Prerequisite

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

You can check it with the command X:\>java -version

Installation

1) Download

With your browser go to "" page

Choose the "Latest version" and ckick "Download" button.

A ZIP file "telosys-cli-x.x.x-xxx.zip" will be downloaded.

2) Unzip

Copy the "zip file" in the directory where you want to install Telosys.

Use your favorite zip tool to unzip "telosys-cli-x.x.x-xxx.zip" in this directory (eg "Extract Here" )

3) Update 'PATH' environment variable

To be able to launch Telosys from any location, just add its directory to the "PATH".

  • Open the Start Search, type in “variable”, and choose “Edit the system environment variables”:

  • In the "System Properties" window :

    click the "Advanced" tab,

    then click the "Environment Variables" button.

  • In the "Environment Variables" window :

    in the "System variables" section

    select the "Path" variable and click the "Edit" button

  • Add the Telosys directory in the PATH variable

4) Run Telosys

Now if the PATH variable is set correctly you can launch Telosys from any directory.

Open a command window ( open the Start Search and enter "cmd" )

Move to the directory where you want to use Telosys X:\>cd myproject

Launch Telosys-CLI using telosys command (telosys.bat) or tt command (tt.bat) for older versions (before version 4.2.0) X:\myproject>telosys

5) You can also create a shortcut on your desktop

For more convenience you can create a shortcut on the desktop

To launch Telosys in its own directory : X:\telosys-dir\telosys.bat

To launch Telosys in a specific directory (eg a project directory) use '-h' option : X:\telosys-dir\telosys.bat -h X:\myproject-dir

You can use the "telosys.ico" file as the shortcut icon.

Download