On this page
The installation of Teamwork Cloud services and initial configuration is described in this section. Installation using the provided script is highly recommended. The process involves installing the service(s), generating an initial self-signed SSL certificate, creating the twcloud user for file and service ownership, then configuring the Linux environment for performance and security.
To install Teamwork Cloud services
To install OpenJDK 17 on a new Teamwork Cloud server, execute the following command:
yum -y install java-17-openjdk |
Install Teamwork Cloud by executing the install_twc_mcs_ol_rhel.sh script.
sudo ./install_twc_mcs_ol_rhel.sh |
When the Teamwork Cloud pre-installation summary is displayed, check if the information is correct and press ENTER.
Start the twcloud, zookeeper, and webapp services (in this particular order) by executing the following commands:
sudo systemctl start twcloud sudo systemctl start zookeeper sudo systemctl start webapp |
Make sure that Teamwork Cloud is operational by going to https://<server_address>:8443/webapp. You should see the Teamwork Cloud login screen.
| For more information, see Accessing Teamwork Cloud web applications. |
When you complete the steps above, the preliminary Teamwork Cloud configuration is created. This means that your system is functional and you can login to Teamwork Cloud. After making sure that Teamwork Cloud is operational, you can optionally perform the post-installation configuration described in the section below.
The post-installation configuration is an optional step and you should only perform it after making sure that Teamwork Cloud is operational. |
To perform the post-installation Teamwork Cloud configuration
Edit the <install_root>/CATIANoMagicServices/WebAppPlatform/shared/conf/authserver.properties configuration file and make the following changes:
If you are accessing the server by FQDN, change the value of the authentication.redirect.uri.whitelist property by adding an the FQDN entry to the whitelist (e.g., authentication.redirect.uri.whitelist=https://FQDN:8443/,https://FQDN:8111/,https://md_redirect). Make sure to add the public IP and/or FQDN for ports 8443 and 8111 to the whitelist.
To use Cameo Collaborator document exporter, a TrueType font package is required in order to generate PDF/HTML files. Please see Installing Microsoft TrueType fonts for Document Exporter.