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. Open the terminal and go to the directory where the Web_App_Platform_<version number>_unix.sh file is stored.
  3. Execute the following command:

    Code Block
    languagebash
    themeDJango
    linenumberstrue
    ./Web_App_Platform_<version number>_unix.sh -i console


  4. When the introduction to the Web Application Platform installation is displayed, press Enter to continue.

  5. Specify the location where you want to install Web Application Platform:
    • Press Enter to use the "Default Install Folder".
    • Enter the full path to the installation directory and press Enter.



  6. Enter "1" to select the Quick Install option and press Enter.



  7. When you get the notification that Web Application Platform is successfully installed, press Enter.
  8. If you want to start Web Application Platform after exiting the installation, press Enter. Otherwise, type "0" and press Enter.
  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.

...