Versions Compared

Key

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

...

  1. Stop Web Application Platform on the machine where Teamwork Cloud is running.
  2. Remove Web Application Platform services installed with Teamwork Cloud

    1. Open Command Prompt as Administrator
    2. Navigate to Teamwork Cloud installation WebAppPlatform/bin/ directory
    3. Execute the command:

      Code Block
      languagebash
      themeDJango
      linenumberstrue
      service.bat remove


    4. Navigate to WebAppPlatform/zookeeper/bin/ directory
    5. Execute the command:

      Code Block
      languagebash
      themeDJango
      linenumberstrue
      zkService.cmd remove


  3. Specify the location where you want to install the Web Application Platform in one of the following ways:
    • Use the default location suggested in the Where would you like to install? box.
    • Click Choose and select a location on your machine.
  4. Click Next.
  5. Select the Quick Install radio button and click Next.



  6. When you get the notification that Web Application Platform is successfully installed, click Next.
  7. If you want to start Web Application Platform after exiting the installation wizard, leave the Start Zookeeper and WebApp as service check box selected. Otherwise, clear the check box.
  8. Click Done.
  9. When the installation is finished, update the authentication.redirect.uri.whitelist property in the authserver.properties file by adding the Web Application Platform address http(s)://<domain_name>:<port>/webapp as its value.

...