How to start Breeze Runtime offline without Breeze
If you have a display then you can activate your license and create workspace using Breeze, see guide: How to activate your license offline
If you only have a terminal (with no display) and want to run Breeze Runtime then you have to do the following steps manually
- Generate license activation code - Run the program “PredikteraDeviceId” located in the Runtime installation folder 
- Copy the activation code and send to license@prediktera.com 
 
- Create .Prediktera folder manually and activate offline license - Create “.Prediktera” folder in your {user directory} 
- Copy the “license.key” sent from Prediktera into the “.Prediktera” folder 
 
- Create Breeze Workspace settings file - Create “Breeze” folder under the “.Prediktera” folder 
- Create “Settings.yaml” file in the “.Prediktera/Breeze” folder with the path to the Breeze workspace folder: CODE- rootFolder: {Workspace path, in example: C:\BreezeWorkspace}
 
- Create Breeze Workspace - Create the folder that you have entered in the “Settings.yaml” file 
- Create “BreezeProperties.xml” file in the folder with the following text CODE- <?xml version="1.0" encoding="UTF-8"?> <root> <server> <commandPort>2000</commandPort> <showTerminalWindow>false</showTerminalWindow> <local>true</local> <startTimeout>10</startTimeout> </server> </root>
 
- Start Breeze Runtime 
