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:
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 |