Installation silencieuse de ThingWorx Flow
Vous pouvez effectuer une installation silencieuse et non surveillée de ThingWorx Flow à partir de l'interface de ligne de commande.
Exécutez le programme d'installation de ThingWorx Flow avec le paramètre --help pour voir les différents paramètres que vous pouvez transmettre au programme d'installation silencieuse. Par exemple :
Pour Windows : ThingWorxFlowPostgres-8.5.x-x64.exe --help
Pour Linux : ThingWorxFlowPostgres-8.5.x-x86_64.run --help
Voici un exemple de commande pour l'installation de ThingWorx Flow sous Windows avec PostgreSQL :
ThingWorxFlowPostgres-8.5.3-x64.exe --mode unattended --accept_eula YES
--TWX_HOST <hostname/ipaddress> --TWX_PORT <TWXPORT> --TWX_PROTOCOL <http/https>
--TWX_SETTINGS_PATH "PATH_TO_THINGWORX_PLATFORM_SETTINGS"
--NGINX_HTTPS_PORT <NGINX_HTTPS_PORT> --POSTGRES_IP_ADDR <DATABASE_HOSTNAME/IPADDRESS>
--TWX_FLOW_DB_NAME <FLOWDBNAME> --FLOW_DB_LOGIN_USERNAME <DBUSER> --FLOW_DB_LOGIN_PASSWORD <DBUSERPASSWORD>
--FLOW_DB_LOGIN_USERNAME_UPDATE <DBUSER> --FLOW_DB_LOGIN_PASSWORD_UPDATE <DBUSERPASSWORD>
--TWXORCH_PUBLIC_URL <FLOW_PUBLIC_URL>
Voici un exemple de commande pour l'installation de ThingWorx Flow sur Red Hat Enterprise Linux (RHEL) 7.5 avec PostgreSQL :
./ThingWorxFlowPostgres-8.5.3-x86_64.run --mode unattended --accept_eula YES
--TWX_HOST <hostname/ipaddress> --TWX_PORT <TWXPORT> --TWX_PROTOCOL <http/https>
--TWX_SETTINGS_PATH <PATH_TO_THINGWORX_PLATFORM_SETTINGS>
--NGINX_HTTPS_PORT <NGINX_HTTPS_PORT> --POSTGRES_IP_ADDR <DATABASE_HOSTNAME/IPADDRESS>
--TWX_FLOW_DB_NAME <FLOWDBNAME> --FLOW_DB_LOGIN_USERNAME <DBUSER> --FLOW_DB_LOGIN_PASSWORD <DBUSERPASSWORD>
--FLOW_DB_LOGIN_USERNAME_UPDATE <DBUSER> --FLOW_DB_LOGIN_PASSWORD_UPDATE <DBUSERPASSWORD>
--TWXORCH_PUBLIC_URL <FLOW_PUBLIC_URL>
* 
Vous devez fournir tous les paramètres dans la commande pour une nouvelle installation de ThingWorx Flow.