Install PPM with special command
You can use the install_auto.sh
command to install PPM.
How to install PPM with install_auto.sh
:
-
Extract the
ppm-1000-install.zip
package.The extraction creates the
ppm1000
directory, which includes theinstall_auto.sh
andtemplate_installation_file.properties
file. -
In the
ppm1000
directory, run theinstall_auto.sh
command. You can run this command either in interactive mode or from file.Runinstall_auto.sh
in interactive modeRun
install_auto.sh
without any parameter attached. And follow the on-screen instructions to provide required information to complete the installation.For example, you will be asked to provide the system username and password, and to select the currency and region.
Runinstall_auto.sh
from fileTo run
install_auto.sh
from file, you should first set the properties in thetemplate_installation_file.properties
file:- Open the
template_installation_file.properties
file from theppm1000
directory. Or, you can copy the file and save it somewhere else. -
In the
template_installation_file.properties
file, follow the instructions in the file to set the properties.You can set the
sysPassword
,DB_PASSWORD
, andRML_PASSWORD
in the environment variableDB_PASSWORD
to avoid security problems.
Run
install_auto.sh
with specific parameters attached.Parameter Description -f
, or--install_file
Specifies the path of the
template_installation_file.properties
file. Used when the file is stored in a local place.You can find the details in the
template_installation_file.properties
file.-u
, or--install_url
Specifies the URL of the
template_installation_file.properties
file. Used when the file is stored in a URL.You can find the details in the
template_installation_file.properties
file.-o
, or--install_filesystem_only
Installs filesystem only.
-h
, or--help
Shows the usage of the parameters. - Open the