Versions Compared

Key

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

...

  1. Extract the magic_collaboration_studio_<version_number>_no_install_linux64.zip file.
  2. Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\AuthServer\config and open the authserver.properties file.

  3. Specify the values of the following properties:

    • server.public.host
    • authentication.redirect.uri.whitelist
    • twc.server.host
  4. Save and close the authserver.properties file.
  5. Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\scripts\linux and run the genkey file as administrator.
  6. Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\WebAppPlatform\bin and run the certgen.sh file as administrator.
  7. Specify CATALINA_HOME_WEBAPP and JRE_HOME variables the following way:

    1. Open the Terminal application.
    2. Execute the following command:

      Code Block
      export JRE_HOME=/<Java_install_directory>
      


    3. Execute the following command:

      Code Block
      export CATALINA_HOME_WEBAPP=/<magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\WebAppPlatform


    4. Close the Terminal application.
  8. Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio and run the twcloud file as administrator.

  9. Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\AuthServer\bin and run the  run.sh file as administrator.
  10. Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\WebAppPlatform\bin and run the startup.sh file as administrator.