Skip to main content

Version: 20.11 (EOL)

Getting Started

System Requirements

The Maestro Offline Build Tool (MOBT) runs as a Node.js module; therefore, Node.js (and npm) must be installed on the computer where the tool will be run. For information about installing Node.js and npm, see Downloading and installing Node.js and npm.

Installation

Node.js allows modules to be installed locally or globally on the host machine. A global installation makes the application available from any folder in the filesystem, whereas a local installation will only allow the application to be run from within the folder that it was installed into.

info

While it is possible to use the Maestro Offline Build Tool through a local installation, we recommend installing it globally, and all instructions in the remainder of this documentation will assume a global installation.

To install the Maestro Offline Build Tool:

  1. Download the MOBT .tgz file from the TJM resources website.
  2. Open a command prompt in the folder the .tgz file was downloaded to, and use npm to install the module:
    npm i -g maestro-cli-20.11.0.tgz
  3. Check for successful installation by requesting the version number of the maestro command:
    C:\dev> maestro -v
    20.11.0

Uninstalling

To uninstall a global installation of the Maestro Offline Build Tool, use the npm uninstall command with the maestro-cli identifier:

npm uninstall -g maestro-cli