mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -06:00
@@ -31,6 +31,27 @@ xray@postgres_server_name
|
|||||||
password
|
password
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
cat <<EOF >/opt/jfrog-xray-${XRAY_VERSION}-deb/bin/installer.yaml
|
||||||
|
installer:
|
||||||
|
ha: n
|
||||||
|
data_dir: /var/opt/jfrog/xray
|
||||||
|
node:
|
||||||
|
ip: 10.0.0.4
|
||||||
|
install_postgresql: n
|
||||||
|
shared:
|
||||||
|
jfrogUrl: http://testrt.cloudapp.azure.com
|
||||||
|
security:
|
||||||
|
joinKey: EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
|
||||||
|
database:
|
||||||
|
type: postgresql
|
||||||
|
driver: org.postgresql.Driver
|
||||||
|
url: postgres://{postgres_server_name}.postgres.database.azure.com:5432/xray?sslmode=disable
|
||||||
|
username: xray@postgres_server_name
|
||||||
|
password: password
|
||||||
|
rabbitMq:
|
||||||
|
password: JFXR_RABBITMQ_COOKIE
|
||||||
|
EOF
|
||||||
|
|
||||||
# Run interactive installation script with default parameters
|
# Run interactive installation script with default parameters
|
||||||
cat "/opt/jfrog-xray-${XRAY_VERSION}-deb/input.txt" | ./install.sh >> /var/log/install-xray.log 2>&1
|
cat "/opt/jfrog-xray-${XRAY_VERSION}-deb/input.txt" | ./install.sh >> /var/log/install-xray.log 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user