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 following distributions are available for download from the custom portal: 

The repository server can be installed on a machine of your choice and does NOT need to be same machine where you are running a Parasoft product. Be sure to use the correct distribution for your operating system. 

  1. Extract .zip file into a location of your choice. 

  2. Start the server by running server.bat (Windows) or server.sh (MacOS and Linux).
  3. Verify that the server is running by opening <host>:<port> in a browser window, e.g., localhost:2424. You should see the following message:
     

You can stop the repository server in Windows by pressing CTRL+C in the console or by running ./server.sh stop on MacOS/Linux.

Additional Information

Advanced Configuration via the Startup Script

The startup script (server.sh or server.bat) determines settings, such as the data repository server port (default is 2424), 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.