Skip to content

Commit

Permalink
IQSS#10326 update installation-main.rst to reference Python installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Feb 16, 2024
1 parent f456e51 commit 6d79c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The script will prompt you for some configuration values. If this is a test/eval

If desired, these default values can be configured by creating a ``default.config`` (example :download:`here <../../../../scripts/installer/default.config>`) file in the installer's working directory with new values (if this file isn't present, the above defaults will be used).

This allows the installer to be run in non-interactive mode (with ``./install -y -f > install.out 2> install.err``), which can allow for easier interaction with automated provisioning tools.
This allows the installer to be run in non-interactive mode (with ``./install.py -y -f > install.out 2> install.err``), which can allow for easier interaction with automated provisioning tools.

All the Payara configuration tasks performed by the installer are isolated in the shell script ``dvinstall/as-setup.sh`` (as ``asadmin`` commands).

Expand Down

0 comments on commit 6d79c6b

Please sign in to comment.