Versions Compared

Key

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

...

Anchor
install TWCloud on Windows
install TWCloud on Windows

Installing TWCloud on Windows by unzipping the file

To install TWCloud on Windows by unzipping the file

...

Note

You need to check if the file location path is editable.

Running TWCloud on Windows

To run TWCloud as a service on Windows

...

  1. Set the necessary environment variables in the shell that will execute the service installation script, where:
    • TWCLOUD_HOME is the path that points to the directory where TWCloud was installed. 
    • JAVA_HOME is a directory containing a Java JDK or JRE. 

    For example:

        C:\> set TWCLOUD_HOME=C:\Program Files\TeamworkCloud
        C:\> set JAVA_HOME=C:\Program Files\Java\jre1.8.0_172
    Info

    Alternatively, set the environment variables by adding them through the Environment Variables dialog (click Control Panel > System > Advanced > Environment Variables > New). 


  2.  Run the Teamwork Cloud service installation script, for example: 

    C:\Program Files\TeamworkCloud\scripts\windows>installService.bat 


  3. Run the Authserver service installation script, for example: 

    C:\Program Files\TeamworkCloud\AuthServer\registerWindowsService.bat
     
Info
  • The scripts should be executed from an elevated command prompt (Run as Administrator).
  • On Windows, the values of the environment variables are evaluated only once, when the service is installed. Subsequent changes to these variables will not affect service startup. Therefore, if the values are modified and the service must use the new values, the service must be re-installed.

Uninstalling TWCloud on Windows

To uninstall TWCloud as a service

...