Skip to main content
Skip table of contents

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

  1. Generate license activation code

    1. Run the program “PredikteraDeviceId” located in the Runtime installation folder

    2. Copy the activation code and send to license@prediktera.com

  2. Create .Prediktera folder manually and activate offline license

    1. Create “.Prediktera” folder in your {user directory}

    2. Copy the “license.key” sent from Prediktera into the “.Prediktera” folder

  3. Create Breeze Workspace settings file

    1. Create “Breeze” folder under the “.Prediktera” folder

    2. 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}
  4. Create Breeze Workspace

    1. Create the folder that you have entered in the “Settings.yaml” file

    2. 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>
  5. Start Breeze Runtime

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.