Command-line options for installing Validate on Linux

To customize your installation, use the options in the table.

Option Short name Description
--agree -a Agree to license terms and do not display license agreement
--database-port=<port_number>  

Specify the port number that you will use to run the Database Server. This option is equivalent to specifying the port number with validate service.

Default: 3306

--debug   Print debug information
--force -f Install without integrity checks
--help -h Display this help and exit
--list -l List available features (components)
--projects-root=<directory> -p

Specify the complete path to a non-default projects_root directory.

The directory you specify must meet one of the following conditions:

  • It does not yet exist.
  • It is empty.
  • It is a valid projects_root directory created previously. Do not specify the same directory as the root Validate installation directory you have specified. Do not install Validate in a subdirectory of the projects_root directory.

Default: <install_directory>/projects_root

--use-ssl   Use secure web server connection (HTTPS)
--version -v Display the version of Validate software and exit
--web-port=<port_number>  

Specify the port number that you will use to run the Validate Server. This option is equivalent to specifying the port number with validate service.

Default: 8080