...
Configure the Syndeia Cloud windchill-impl application
Log into the Syndeia Service
Code Block ssh MySyndeiaServer.company.com
Alter its Windchill conf/application.conf according to the example file in the expansion region below this list
Code Block cd /opt/icx/syndeia-cloud-current/windchill-impl*/conf && sudo vi application.conf
(see file below, edit, then exit vi with
:wq
)
Restart the Syndeia Windchill microservice
sudo systemctl restart sc-windchill
Restart the Syndeia Web Gateway microservice
sudo systemctl restart sc-webgateway
After you have configured Windchill and Ping Federate and after you have configured Syndeia’s windchill microservice for OAuth, you likely will want to add a Windchill Repository instance using the Syndeia Web Dashboard. Read Adding a Windchill Repository using OAuth for that guide.
Contact Intercax.com/help if your team needs assistance in editing any configuration files for specific microservices
...