Basic Installation with External Database
The following procedure describes how to install Siemplify with an external database storage:
- Prepare clean CentOS or RedHat machines with the Hardware Requirements of an External Database Deployment.
- Copy the installer file to the machines.
- Install the DB node on the dedicated machine by executing the following commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh -m db
- Wait for the installation to complete
- Install the APP node on the dedicated machine by executing the following commands:
sudo chmod +x siemplify_installer.sh
sudo bash siemplify_installer.sh -m app -di [db_ip] -sf //[shared_folder_ip]/[path] -su [username] -sp [password]
- Wait for the installation to finish (around 10-15 minutes).
Need more help with this?
Click here to open a Support ticket