Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.1

...

  1. Create a localsettings file that includes the options you want to preconfigure the installation with. See Localsettings for details on available options.
  2. Pass that localsettings file to the installer using the /configure or --configure parameter.
    For example:

    • Windows: /configure=<path-to-localsettings-file>

    • Unix: --configure <path-to-localsettings-file>

...

Code Block
languagepowershell
titleInstallation on Windows
parasoft_soatestsoavirt_<version_arch>.exe /SILENT /DIR=<soatest<soavirt dir> /configure=<localsettings file>
Code Block
languagebash
titleUnix
parasoft_soatestsoavirt_<version>_linux.sh --non-interactive --install-dir <soatest<soavirt dir> --configure=<localsettings file>

...

Here is a sample localsettings file that configures Team Server and License.

Code Block
soatest.license.use_network=true
soatest.license.network.host=main1.parasoft.com.pl pl 
soatest.license.network.port=2222
soatest.license.network.edition=server_edition 
virtualize.license.use_network=true
virtualize.license.network.host=main1.parasoft.com.pl 
virtualize.license.network.port=2222
virtualize.license.network.edition=server_edition 
tcm.server.accountLogin=true
tcm.server.enabled=true
tcm.server.name=main1.parasoft.com.pl
tcm.server.password=test
tcm.server.port=18888
tcm.server.username=test
enforce.configure=true