Skip to content

Commit

Permalink
Merge pull request IQSS#10327 from IQSS/10326_installation_main
Browse files Browse the repository at this point in the history
update installation-main.rst to reference Python installer
  • Loading branch information
pdurbin authored Feb 16, 2024
2 parents f456e51 + 6d79c6b commit 4d529ce
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 4d529ce

Please sign in to comment.