Versions Compared

Key

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

...

  1. To install OpenJDK 17 on a new Teamwork Cloud server, execute the following command:

    Code Block
    languagebash
    themeDJango
    linenumberstrue
    yum -y install java-17-openjdk


  2. Download the twcloud_<version_number>_installer_linux64.bin file and place it in the same location as the install_twc_mcs_ol_rhel.sh script.
  3. Install Teamwork Cloud by executing the install_twc_mcs_ol_rhel.sh script.

    Code Block
    titleExample
    sudo ./install_twc_mcs_ol_rhel.sh


  4. Follow the on-screen installation guidance.
  5. When the Teamwork Cloud pre-installation summary is displayed, check if the information is correct and press ENTER.

  6. Start the twcloud, zookeeper, and webapp services (in this particular order) by executing the following commands:

    Code Block
    languagebash
    themeDJango
    linenumberstrue
    sudo systemctl start twcloud
    sudo systemctl start zookeeper
    sudo systemctl start webapp


  7. To ensure Teamwork Cloud services start after the reboot, execute the following commands:

    Code Block
    languagebash
    themeDJango
    linenumberstrue
    sudo systemctl enable twcloud
    sudo systemctl enable zookeeper
    sudo systemctl enable webapp


  8. Make sure that Teamwork Cloud is operational by going to https://<server_address>:8443/webapp. You should see the Teamwork Cloud login screen.

    Info
    For more information, see Accessing Teamwork Cloud web applications.


...