Skip to content

Instantly share code, notes, and snippets.

@dgauche
dgauche / InstallThingWorx.sh
Last active May 3, 2017 19:46
Installation script to install ThingWorx Platform 7.4 on Ubuntu Linux 14.04 LTS
#!/bin/bash
#Prepared for ThingWorx Platform v7.4
###### - EDIT to reflect your environment - #######
StdPassword="Y0urP@ssw0rd"
ThingWorxPSQLToInstall="ThingWorx Potgress Download URL"
ThingWorxH2ToInstall="ThingWorx H2 Download URL"
ThingWorxHANAToInstall="ThingWorx Hana Download URL"
email="me@mydomain.com"