Prerequisites:
- You have created the required infrastructure, and you have a copy of the
dqplus.propertiesandpw.propertiesfiles that were created as part of this process (see Creating the infrastructure). Ensure that you have a copy of the latest versions of these files. - Your Precisely representative has provided you with a
<build>-dist.zipfile. - If you are installing from a separate virtual machine, also known as a maintenance node, you need at least 32 GB of free disk space, to deploy Data360 DQ+ and to run server utilities later.
- Unzip
<build>-dist.zipand create the following folder:<build>/deployment/environments/<deployment_id> - Copy the
dqplus.propertiesandpw.propertiesfiles to the folder that you created in step 1. - Rename the
dqplus.propertiesfile to<deployment_id>.properties - If it does not already exist, create a
/etc/cafefolder on the machine from which you are deploying the application, and ensure that this folder is owned by the user who will be running the deployment scripts. -
Ensure that the
gradle.shscript is executable by running these commands from the deployment folder:chmod +x gradle.shchmod +x gradle-dist/bin/gradle - Initialize the database by running the following command, replacing
<deployment_ID>with the actual deployment ID:./gradle.sh currentBuild to-<deployment_ID> initialize - Run the following command to deploy the application, replacing
<deployment_ID>with the actual deployment ID:./gradle.sh --no-daemon currentBuild to-<deployment_ID> deploy