Versions Compared

Key

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

...

  1. Download the twcloud_<version_number>_installer_win64.exe file.
  2. Right click on the downloaded installer and Run as administrator. The Introduction section will open. Click Next
  3. Type the name or IP of the machine on which you want to install TWCloud and click Next.
  4. Enter the node IP. If your machine is a single node server or the first node in the cluster, enter the IP of your machine,

  5. Select the Java VM installed on your machine for running TWCloud, for example, C:\Program Files\Java\jdk1.8.0_202\bin\java.exe, and  click Next

  6. Select a location on your machine where you want to install TWCloud and click Next. The Pre-Installation Summary section will open.

  7. Check if everything is correct.


  8. Click Install. The installer will install TWCloud on your machine. 

  9. Upon successful installation, click Done to close the installation window.

  10. Edit the configuration file: C:\Program Files\TeamworkCloud\configuration\application.conf.  Search for seeds = , located under the section for the persistence Cassandra section, and replace: localhost  with: ip_address_of_cassandra_node. Search for server =, located in the esi.auth section.  Please remove the "#" sign and enter the ip address or FQDN (if accessing via FQDN) of your server.

  11. If you are accessing Teamwork Cloud Admin via its FQDN, edit the configuration file: C:\Program  Files\TeamworkCloud\AuthServer\config\authserver.properties.  Search for server.public.host and replace the IP address with the FQDN.  Search for authentication.redirect.url.whitelist, and append the following to the entry, https://FQDN:8443/webapp/


  12. Edit the configuration file: C:\Program Files\TeamworkCloud\WebAppPlatform\shared\conf\webappplatform.properties - the configuration file for TWC Admin.

    • 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).
    • If you changed the pswd field in C:\Program Files\TeamworkCloud\configuration\application.conf from the default, you must modify this file accordingly. Search for authentication.client.secret.and replace the CHANGE_ME value with the same value as that in application.conf.


  13. Please create a an entry in C:\Windows\System32\drivers\etc\hosts containing the local IP address and the FQDN of your machine, if accessing via FQDN.  For example, if your IP address is 10.1.1.123 and your FQDN is mymachine.mydomain.local, it would be in the form

    Code Block
    10.1.1.
    123 
    123    
     
     
     mymachine
    mymachine.mydomain.
    local 
    local 


  14. Open an administrative command prompt and issue the following commands in order to create service dependencies

    Code Block
    sc config authserver depend= teamworkcloud
    
    sc config webapp depend= teamworkcloud


Panel
titleWhat's next?

Starting TWCloud on Windows

...