Response file examples

This topic provides examples of a response.properties file for installing PulseUno in silent mode. Select your platform to view examples.

Windows: Install PulseUno server with embedded PostgreSQL

In this example, the Git and Vault servers are not installed.

Copy code
USER_INSTALL_DIR=C:\\Program Files\\OpenText\\PulseUno
FEATURE_PulseUno=1 
FEATURE_VAULTSERVER=0 
FEATURE_GITSERVER=0 
PULSE_PASSPHRASE=my-secret 
GITSERVER_URL=http://remotehost:8080/git-server 
VAULTSERVER_URL=http://remotehost:8080/vault-server
PULSE_DATA_DIR=C:\\ProgramData\\OpenText\\PulseUno
DB_EMBEDDED_POSTGRES=1 
DB_POSTGRES=0 
DB_ORACLE=0 
DB_MSSQL=0 
PG_E_ADMINUSER=postgres-username
PG_E_ADMINPASS=postgres-password
PG_E_PORT=5432 
TC_PORT=8080 
MAIL_SERVER_HOST=localhost
MAIL_SERVER_PORT=25

Back to top

Windows: Install Vault server

In this example, you install only the Vault server.

Copy code
USER_INSTALL_DIR=C:\\Program Files\\OpenText\\PulseUno 
FEATURE_PulseUno=0 
FEATURE_VAULTSERVER=1 
FEATURE_GITSERVER=0 
PULSE_PASSPHRASE=my-secret
PULSE_HOSTNAME=remotehost
PULSE_PORT=8080
PULSE_DATA_DIR=C:\\ProgramData\\OpenText\\PulseUno 
DB_EMBEDDED_POSTGRES=0 
DB_POSTGRES=0
DB_ORACLE=0 
DB_MSSQL=0 
TC_PORT=8080

Back to top

Linux: Install all components using Oracle database

In this example, you run a full installation and use an existing Oracle database.

Copy code
USER_INSTALL_DIR=/opt/opentext/pulseuno
FEATURE_PulseUno=1 
FEATURE_VAULTSERVER=1
FEATURE_GITSERVER=1 
PULSE_PASSPHRASE=my-secret
PULSE_DATA_DIR=/opt/opentext/pulseuno/data
DB_ORACLE=1 
DB_POSTGRES=0
DB_NAME=oracle-database
DB_HOST=localhost
DB_USER=oracle-username
DB_USER_PWD=oracle-password
TC_PORT=8080
TC_USER=tomcat-username
MAIL_SERVER_HOST=localhost
MAIL_SERVER_PORT=25

Back to top

Linux: Install Git server

In this example, you install only the Git server.

Copy code
USER_INSTALL_DIR=/opt/opentext/pulseuno 
FEATURE_PulseUno=0 
FEATURE_VAULTSERVER=0 
FEATURE_GITSERVER=1 
PULSE_PASSPHRASE=my-secret
PULSE_HOSTNAME=remotehost
PULSE_PORT=8080
PULSE_DATA_DIR=/opt/opentext/pulseuno/data
DB_ORACLE=0
DB_POSTGRES=0
TC_PORT=8080
TC_USER=tomcat-username

Back to top

See also: