Page History
...
- Extract the magic_collaboration_studio_<version_number>_no_install_win64.zip file.
Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\AuthServer\config and open the authserver.properties file.
Specify the values of the following properties:
server.public.host
authentication.redirect.uri.whitelist
twc.server.host
- Save and close the authserver.properties file.
- Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\scripts\windows and run the genkey.bat file as administrator.
- Go to <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\WebAppPlatform\bin and run the certgen.bat file as administrator.
Specify CATALINA_HOME_WEBAPP and JRE_HOME variables the following way:
- Open Control Panel and go to System and Security > System.
- Select the Advanced system settings option on the left side of the System dialog.
- In the System Properties dialog, click the Environment Variables button.
In the System variables area of the Environment Variables dialog, specify the values for the JRE_HOME and CATALINA_HOME_WEBAPP variables as shown below:
Code Block CATALINA_HOME_WEBAPP=/<magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\WebAppPlatform JRE_HOME=/<Java_install_directory>
Note title Java installation directory Java installation directory should be in <magic_collaboration_studio_no-installer_directory>\MagicCollaborationStudio\WebAppPlatform.
Click OK.
Start twcloud.exe (magicGo to <magic_collaboration_studio_[version]_no-installer_install_win64directory>\MagicCollaborationStudio) as Administrator
Start Authserver server - run.bat (magicand run the twcloud.exe file as administrator.
- Go to <magic_collaboration_studio_[version]_no-installer_install_win64directory>\MagicCollaborationStudio\AuthServer\bin) as AdministratorStart tomcat server- startup.bat ( and run the run.bat file as administrator.
- Go to <magic_collaboration_studio_[version]_no-installer_install_win64directory>\MagicCollaborationStudio\WebAppPlatform\bin) as Administrator and run the startup.bat file as administrator.
Open a web browser and go to https://localhost:8443/webapp (if default options are used)
But if you want to run as services:
Run the Teamwork Cloud service installation script -magic_collaboration_studio_[version]_no_install_win64\MagicCollaborationStudio\scripts\windows>installService.bat
Run the Authserver service installation script - magic_collaboration_studio_[version]_no_install_win64\MagicCollaborationStudio\AuthServer\registerWindowsService.bat
Run the Webapp service installation script - invoke terminal in magic_collaboration_studio_[version]_no_install_win64\MagicCollaborationStudio\WebAppPlatform\bin and run the command:
service.bat install
...