Installation on Linux
Java 8 (or +) must be installed, that's all.
You can check it with the command
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.
Or if you prefer to use the command line :
wget http://www.telosys.org/download/telosys-cli/telosys-cli-x.x.x-xxx.zip
Copy the “zip file” in the directory where you want to install Telosys.
Unzip the downloaded file :
unzip telosys-cli-x.x.x-xxx.zip
Make the shell script "tt" executable
chmod 777 tt
To be able to launch Telosys from any location, just add its directory to the "PATH".
export PATH=$PATH:/path/to/telosys
Now if the PATH variable is set correctly you can launch Telosys from any directory.
Move to the directory where you want to use Telosys
cd myproject
Launch Telosys-CLI with the
tt
command ( that is tt
shell script )
tt
Last modified 2yr ago