This topic explains how to install a remote Data Repository Server. Sections include:

Prerequisites

The Data Repository Server runs on the following operating systems:

Installation and Startup/Shutdown

The repository server can be installed on a machine of your choice. It does NOT need to be same machine where you are running a Parasoft product.

Windows

To install and start the repository server on Windows:

  1. Extract DataRepositoryServer.zip from the zip file available in the installation directory. You can extract it into a location of your choice; however, we do not recommend extracting it into the installation directory.

  2. Start the server by running server.bat.

You can stop the repository server by pressing CTRL+C on its console.

Linux/Mac

To install and start the repository server on Linux or Mac:

  1. Extract DataRepositoryServer.zip from the zip file available in the installation directory. You can extract it into a location of your choice; however, we do not recommend extracting it into the installation directory.

  2. Start the server by running server.sh start.

You can stop the repository server by running server.sh stop.

Notes:

Advanced Configuration via the Startup Script

The startup script (server.sh or server.bat) determines settings such as the data repository server port, username and password, connection properties for Parasoft Test Data Assistant (TDA), etc. If you want to modify the default settings, edit the startup script. Changes will take effect when the script is used to restart the server.