Siemplify Installer provides advanced options to support alternative installation modes.
To change the mode, the user needs to add the relevant attribute when running the installer (this will install only the database module of Siemplify):sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh --run_mode db
Short forms can also be used, for example:sudo bash siemplify_installer.sh --m db
Here is the full list of attributes that can be configured for the installation:
Attribute | Short Form | Default Value | Description |
app_ip | ii | localhost | Application server address |
cert_file | cf | Certificate file path | |
db_ip | di | localhost | Database server address |
db_password | dpw | Database password | |
db_port | dp | 5432 | Database port |
db_username | du | sa | Database username |
deploy_demo | dd | Deploy with demo data | |
help | h | Display help | |
hostname | ho | localhost.localdomain | Set machine hostname |
htpasswd_pwd | hp | Set web authentication password | |
htpasswd_user | hu | Set web authentication user | |
run_mode | m | all_in_one | Installation Mode (options: all_in_one, app, db, dpu, ha) |
shared_folder | sf | Shared folder for multi node deployment | |
shared_password | sp | Password for shared folder access | |
shared_username | su | Username for shared folder access | |
uninstall | un | Uninstall Siemplify |
Need more help with this?
Click here to open a Support ticket