On this page
Before installing Teamwork Cloud, ensure that the system requirements described in this chapter are met.
Cassandra installation
Teamwork Cloud requires Cassandra installation. To learn more about the hardware requirements for Cassandra, see https://cassandra.apache.org/doc/latest/cassandra/operating/hardware.html
Recommended system and storage requirements
Note on system requirements
System requirements are dictated by the intended deployment, taking into account the overall load which the environment will experience, including:
- Number of concurrent users
- Level of activity (commits) per day
- Overall number and size of the projects stored in Teamwork Cloud.
The database (Cassandra) can be located on the same server as Teamwork Cloud or on a separate server. Storage requirements apply only to the node where the database is located. The product hosting nodes can be virtualized without any issues if the host is not oversubscribed on its resources.
Multi-Node Clusters
Recommended minimum sizing stated above applies to each node in a multi-node cluster.
Note on storage requirements
For on-premises deployment, Apache Cassandra is designed to run on multiple independent servers. Each Cassandra node should have Directly Attached Storage (DAS) composed of NVMe drives for optimum performance. Traditional network-attached storage solutions that rely on IP-based connections (iSCSI, NFS, or SAN) are not recommended for on-premises deployments, as they introduce additional latencies and anti-patterns. To learn more, see the following topics:
For cloud deployment, use storage technologies that have been benchmarked for Cassandra. Modern solid-state/flash arrays with fast interconnects are preferred. Note that Teamwork Cloud is not compatible with managed Cassandra services, such as Amazon Keyspaces. To learn more, see the following topics:
SAN Storage
SAN Storage should not be used on Cassandra nodes for data or commit log volumes. This will result in severe performance degradation. There is no amount of SAN tuning and OS tuning which could mitigate this.
| Resource requirements by deployment type | ||
|---|---|---|
| Deployment type | Recommended system requirements | Recommended storage requirements |
| Teamwork Cloud AND Cassandra |
|
|
| Only Cassandra |
| |
| Only Teamwork Cloud |
| |
Software requirements
Teamwork Cloud supports the following operating systems:
Linux 64-bit RedHat/CentOS 7, RedHat 8.
- Windows 2016 or Windows 2019.
Operating Systems
We recommend using the Linux operating system. For more information, please visit https://www.datastax.com/dev/blog/cassandra-and-windows-past-present-and-future.
For a full working environment, you will also need:
OpenJDK (Eclipse Temurin™ by ADOPTIUM) 11.0.14
- FlexNet license server
- Cassandra 4.0.3
- A static IP address for each node.
Open ports 1101, 2181, 2552, 7000, 7001, 7199, 9042, 9142 between servers in a cluster.
Open ports 3579, 8111, 8443, and 10002 (default) for clients. The port number 10002 can be changed according to the port assigned to secure connections between the client software and Teamwork Cloud.
The following table lists the ports that Teamwork Cloud services use and their descriptions:
| Service | Port | Description |
|---|---|---|
| FlexNet server (lmadmin) | 1101 | FLEXnet server port |
| 8090 | Default vendor daemon port (web browser management port) | |
| 27000-27009 | Internal license server manager port | |
| Cassandra | 7000 | Internode communication port (not used if TLS is enabled) |
| 7199 | Cassandra JMX port | |
| 9042 | Native client port (used with 2021x version and later) | |
| 9142 | Native client port when SSL is enabled (then Cassandra is on a separate server or for multinode deployment) | |
| Teamwork Cloud | 2552 | Teamwork Cloud default remote server port |
| 3579 | Default Teamwork Cloud port when SSL is not enabled | |
| 8111 | Teamwork Cloud REST API port | |
| 10002 | Default port for encrypted TLS client-server communication. | |
| Web Application Platform | 8443 | Web Application Platform port (Teamwork Cloud Admin, Collaborator…) |
| Zookeeper | 2181 | Zookeeper internal port |
For additional server capacity and performance recommendations, see https://cassandra.apache.org/doc/latest/cassandra/operating/hardware.html
If deploying on Amazon EC2