Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
76:process_execution_rtc [2021/02/25 10:25] – [RTC Plugin Configuration] mir76:process_execution_rtc [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Find conceptional guidance here: [[:76:process_execution|]] Find conceptional guidance here: [[:76:process_execution|]]
  
-==== Plugin Installation ====+==== Plugin Installation and Release Notes ====
  
 Download the Plugin from [[https://download.methodpark.de/stages/rtc-plugin/|https://download.methodpark.de/stages/rtc-plugin/]] Download the Plugin from [[https://download.methodpark.de/stages/rtc-plugin/|https://download.methodpark.de/stages/rtc-plugin/]]
Line 21: Line 21:
   - Copy the update site into the desired installation directory. \\ __NOTE:__  The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure.   - Copy the update site into the desired installation directory. \\ __NOTE:__  The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure.
   - Copy the properties from the log4j.properties file to the log4j.properties file located in the jazz server installation. The file can be found at: \\ <JazzTeamServerRoot>/server/conf/ccm/log4j.properties   - Copy the properties from the log4j.properties file to the log4j.properties file located in the jazz server installation. The file can be found at: \\ <JazzTeamServerRoot>/server/conf/ccm/log4j.properties
-  - Write the absolute path of the installed update site folder into the provision profile:<code> +  - Write the absolute path of the installed update site folder into the provision profile <code>url=file\:///<InstallationDirectory>/de.methodpark.rtc </code> 
- +  - Copy the provision profile into the following folder:<code> 
-url=file\:///<InstallationDirectory>/de.methodpark.rtc + <JazzTeamServerRoot>/server/conf/ccm/provision_profiles</code> 
- +  - Enforce the re-provisioning of the plug-in by opening the following URL:<code> 
-</code> + [[https://<jazz|https://<jazz]] server host>:<jazz port>/<application URI>/admin internal#action=com.ibm.team.repository.admin.serverReset </code>
- +
-  - Copy the provision profile into the following folder: +
- +
-<code> +
- <JazzTeamServerRoot>/server/conf/ccm/provision_profiles +
- +
-</code> +
- +
-  - Enforce the re-provisioning of the plug-in by opening the following URL: +
- +
-<code> +
- [[https://<jazz|https://<jazz]] server host>:<jazz port>/<application URI>/admin internal#action=com.ibm.team.repository.admin.serverReset +
- +
-</code> +
   - Restart your Jazz Team Server to complete the installation.   - Restart your Jazz Team Server to complete the installation.
  
Line 56: Line 41:
  
   - Unzip the installation package to your local file system.   - Unzip the installation package to your local file system.
-  - Execute the installation script using Apache Ant. \\ Example:<code> +  - Execute the installation script using Apache Ant. \\ Example:<code>ant -Dtarget.dir=<InstallationDirectory> -Dtarget.server=<JazzTeamServerDirectory></code> \\ <code>__NOTE__: The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure.</code> 
- +  - Enforce the re-provisioning of the plug-in by opening the following URL:<code> 
-ant -Dtarget.dir=<InstallationDirectory> -Dtarget.server=<JazzTeamServerDirectory> + https://<jazz server host>:<jazz port>/<application URI>/admin?internal#action=com.ibm.team.repository.admin.serverReset</code>
- +
-</code> +
- +
-  __NOTE__: The installation directory of the update site should not be within your Jazz Team Server installation directory. Otherwise, the update site will be deleted when the Jazz Team Server is upgraded or reinstalled. In this case you have to repeat this procedure. +
- +
-  - Enforce the re-provisioning of the plug-in by opening the following URL: +
- +
-<code> +
- https://<jazz server host>:<jazz port>/<application URI>/admin?internal#action=com.ibm.team.repository.admin.serverReset +
- +
-</code> +
   - Restart your Jazz Team Server   - Restart your Jazz Team Server
  
Line 86: Line 59:
 ==== RTC Plugin Configuration ==== ==== RTC Plugin Configuration ====
  
-[[:76:rtcpluginconfigurationv2.0.0.pdf?media=76:rtcpluginconfigurationv2.0.0.pdf|PDF]] +see {{ :76:rtcpluginconfigurationv2.0.0.pdf |RTC Plugin Configuration V2.0.0.pdf}}
  
 ==== RTC Scripting Guide ==== ==== RTC Scripting Guide ====
  
 see JavaDoc [[https://www.methodpark.de/downloads/stages/rtc-plugin/java-doc/index.html|https://www.methodpark.de/downloads/stages/rtc-plugin/java-doc/index.html]] see JavaDoc [[https://www.methodpark.de/downloads/stages/rtc-plugin/java-doc/index.html|https://www.methodpark.de/downloads/stages/rtc-plugin/java-doc/index.html]]
- 
-==== RTC Plugin Release Notes ==== 
- 
-see [[https://download.methodpark.de/stages/rtc-plugin/|https://download.methodpark.de/stages/rtc-plugin/]] 
- 
-