Page History
...
- Unzip magic_collaboration_studio_[version]_no_install_win64.zip no install file
Open and edit authserver.properties file (magic_collaboration_studio_[version]_no_install_linux64\MagicCollaborationStudio\AuthServer\config) and update properties:
server.public.host
authentication.redirect.uri.whitelist
twc.server.host- Run genkey file (magic_collaboration_studio_[version]_no_install_linux64\MagicCollaborationStudio\scripts\)
- Run certgen file (magic_collaboration_studio_[version]_no_install_linux64\MagicCollaborationStudio\WebAppPlatform\bin)
Set JRE_HOME and CATALINA_HOME_WEBAPP 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.
- Start twcloud.exe (magic_collaboration_studio_[version]_no_install_linux64\MagicCollaborationStudio)
- Start AuthServer server - run.sh (magic_collaboration_studio_[version]_no_install_linux64\MagicCollaborationStudio\AuthServer\bin)
- Start tomcat server - startup.sh (magic_collaboration_studio_[version]_no_install_linux64\MagicCollaborationStudio\bin)
- Open a web browser and go to https://localhost:8443/webapp (if default options are used)
:
CATALINA_HOME_WEBAPP=/<WebApp install directory> |
---|
How-to set variables:
1. Open terminal
2 export JAVA_HOME=magic_collaboration_studio_[version]_no_install_linux64\MagicCollaborationStudio/WebAppPlatform/jre specify your own path
3. export
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:
CATALINA_HOME_WEBAPP=
/<Webmagic_
Appcollaboration_
Platformstudio_
extracted[version]_no
-installer_
directory> JRE_HOME=/<Java_install_directory>Click OK.install_linux64\MagicCollaborationStudio/WebAppPlatform specify your own path
To check variable command:
echo $JRE_HOME
...