Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure the Syndeia Cloud windchill-impl application

    1. Log into the Syndeia Service

    2. Code Block
      ssh MySyndeiaServer.company.com
    3. Alter its Windchill conf/application.conf according to the example file in the expansion region below this list

      1. Code Block
        cd /opt/icx/syndeia-cloud-current/windchill-impl*/conf && sudo vi application.conf

         (see file below, edit, then exit vi with :wq)

  2. Restart the Syndeia Windchill microservice

    1. sudo systemctl restart sc-windchill

  3. Restart the Syndeia Web Gateway microservice

    1. 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

...