Installation on Windows
Java 8 (or +) must be installed, that's all.
You can check it with the command
X:\> java -version
Click on the button " Download Telosys-CLI " and choose the "Latest version"
A ZIP file "telosys-cli-x.x.x-xxx.zip" will be downloaded.
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" )
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" sectionselect the "Path" variable and click the "Edit" button
- Add the Telosys directory in the PATH variable
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 with the
tt
command ( that is tt.bat
)
X:\myproject> tt
For more convenience you can create a shortcut on the desktop
To launch Telosys in its own directory :
X:\telosys-dir\tt.bat
To launch Telosys in a specific directory (eg a project directory) use '-h' option :
X:\telosys-dir\tt.bat -h X:\myproject-dir
You can use the "telosys.ico" file as the shortcut icon.
Last modified 2yr ago