The installer file includes both Teamwork Cloud Magic Collaboration Studio and Web Application Platform with its services in its installation package.
Warning
title
Warning
If the installation path contains any of the following characters, like '[', ']', '(', ')', '!', '@', '#', '$', '#', '%', '{', '}', '+', '=', or ';' the installation procedure cannot be completed successfully and the login page will not load. If, for example, the installation path is C:\Program Files\TeamworkCloud, which does not contain any of the special characters, the installation will not fail.
To install Teamwork Cloud Magic Collaboration Studio by using the installer file on Windows
Run the installer file as administrator to start the installation wizard.
Read the installation introduction and click Next.
Select the Advanced Install radio button and click Next.
Select the components you want to install and click Next.
Note
We recommend installing Web Application Platform and Teamwork Cloud Magic Collaboration Studio on different machines for better performance. If you decide to install Web Application Platform on a separate machine, clear the appropriate checkbox.
Follow the on-screen instructions in the installation wizard and clickNextafter each step.
When the Pre-Installation Summary is displayed, check if all properties are specified correctly and clickInstall.
After successful installation, click Done to close the installation wizard.
Open the Task Manager and start the following services:
Teamwork Cloud Magic Collaboration Studio service
Zookeeper service
WebApp service
Wait a few minutes until all services have started, then check if the system is working. You should be able to access Teamwork Cloud Magic Collaboration Studio via https://FQDN:8443/webapp/.
The installer created a preliminary configuration. If your system is still not operational, you may need to configure the following parameters manually.
Edit the configuration file <install_root>\TeamworkCloud\configuration\application.conf. Search for contact-points =, located under the persistence esi.persistence.datastax-java-driver section, and replace localhost with ip_address_of_cassandra_node. Search for url =, located in the esi.auth section. Enter your server’s IP address or FQDN (if accessing via FQDN), for example, https://127.0.0.1:8443.
If you are accessing Teamwork Cloud Magic Collaboration Studio Web UI via its FQDN:
Edit the configuration file<install_root>\WebAppPlatform\shared\conf\authserver.properties. Search for authentication.redirect.uri.whitelist and append the following to the entry: https://FQDN:8443/webapp/
Edit the configuration file<install_root>\WebAppPlatform\shared\conf\webappplatform.properties.Addserver.public.hostand set it to FQDN.
Edit the configuration file for Teamwork Cloud Magic Collaboration Studio Admin: <install_root>\WebAppPlatform\shared\conf\webappplatform.properties.
twc.admin.username - Set it to the username of a local account with Administrator privileges (default is Administrator).
twc.admin.password - Set it to the password corresponding to the Administrator user (default is Administrator).