Install

This topic describes installation steps, and how to customize the default configuration file.

Tip: Watch the installation video: Tutorial videos

Installation process

The application and additional resource files can be downloaded for free from the AppDelivery Marketplace.

You can download the required flavor: Windows, Linux, or macOS.

Note: When you install OpenText Professional Performance Engineering, VuGen, or OpenText Enterprise Performance Engineering, DevWeb is included as a fully integrated, out-of-the-box VuGen protocol. It is deployed in the bin folder of your installation.

To install:

  1. Prerequisite for Windows: Visual Studio 2015 redistributable package.
  2. Download the appropriate OpenText Performance Engineering for Developers ZIP file for your environment from the AppDelivery Marketplace.

    Note: Before downloading on a macOS, configure the following: Under the Security & Privacy settings, set Allow apps downloaded from to App Store and identified developers.

  3. Extract the .zip file to a local folder on the machine where you will be creating and running DevWeb scripts. The default installation directory is called DevWeb.

  4. Define an environment variable called DEVWEB_PATH, whose value is the location of the OpenText Performance Engineering for Developers installation. This allows integration with other tools.

    OS Where to define
    Windows Define the variable and path (for example C:\DevWeb) using the Environment Variables editor.
    Linux Define the variable in the relevant .rc file in your home directory.
    MacOS Define the variable in the relevant .bash_profile file in your home directory. If this file does not exist, create it.

Back to top

Configuration

The configuration file config.yml is included in the DevWeb root folder. It contains the default configurations for running the tool. Information about the configuration settings is included alongside each setting in the file.

If you want to customize the configuration, you can create a local configuration file whose customized settings take precedence over the default configuration settings.

Caution: Do not modify the config.yml file supplied with the installation.

To customize the config.yml configuration file:

  1. Create a new file, called local.config.yml, in the DevWeb root folder.
  2. Populate local.config.yml with the configuration settings that you want to customize, using config.yml as a reference. (There is no need to add configuration settings that you do not want to customize.)

Back to top

See also: