Versions Compared

Key

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

...

Info

This feature is available from Alfresco connector for Jira v1.9.0. Please see Relationships for  pafor the detail of this feature.

...

Info
titleAlfresco Authentication plugin

...

  1. Stop Alfresco service.

    Code Block
    themeMidnight
    # service alfresco stop


  2. Confirm plugin after preview installing.

    Code Block
    themeMidnight
    # cd /opt/alfresco-content-services
    
    # java -jar bin/alfresco-mmt.jar install ~/jiraConnector-share-1.01.0.amp tomcat/webapps/share -preview
    Installing AMP '/root/jiraConnector-share-1.01.0.amp' into WAR 'tomcat/webapps/share'
    INFO: Checking the war version using the manifest.
    Adding files relating to version '1.01.0' of module 'jiraConnector-share'
       - File '/WEB-INF/lib/jiraConnector-share-1.01.0.jar' added to war from amp
    
    # java -jar bin/alfresco-mmt.jar install ~/jiraConnector-platform-1.01.0.amp tomcat/webapps/alfresco -preview
    Installing AMP '/root/jiraConnector-platform-1.01.0.amp' into WAR 'tomcat/webapps/alfresco'
    INFO: Checking the war version using /WEB-INF/classes/alfresco/version.properties
    Adding files relating to version '1.01.0' of module 'jiraConnector-platform'
       - File '/WEB-INF/lib/jiraConnector-platform-1.01.0.jar' added to war from amp


  3. Install plugin.

    Code Block
    themeMidnight
    # java -jar bin/alfresco-mmt.jar install ~/jiraConnector-share-1.01.0.amp tomcat/webapps/share
    
    # java -jar bin/alfresco-mmt.jar install ~/jiraConnector-platform-1.01.0.amp tomcat/webapps/alfresco


  4. Confirm plugin completely. 

    Code Block
    themeMidnight
    # java -jar bin/alfresco-mmt.jar list tomcat/webapps/share
    Module 'jiraConnector-share' installed in 'tomcat/webapps/share'
       -    Title:        jiraConnector-share Share Jar Module - SDK 3
       -    Version:      1.01.0
       -    Install Date: SunMon AprAug 1520 1708:5026:3709 JSTUTC 2018
       -    Description:   Share JAR Module (to be included in the share.war) - SDK 3
    Module 'org_alfresco_module_wcmquickstartshare' installed in 'tomcat/webapps/share'
       -    Title:        Web Quick Start Share
       -    Version:      5.2.2
       -    Install Date: Fri Jan 12 19:05:13 JST 2018
       -    Description:   Web Quick Start Share Module
    
    # java -jar bin/alfresco-mmt.jar list tomcat/webapps/alfresco
    Module 'org_alfresco_module_wcmquickstart' installed in 'tomcat/webapps/alfresco'
       -    Title:        Web Quick Start
       -    Version:      5.2.2
       -    Install Date: Fri Jan 12 19:05:11 JST 2018
       -    Description:   Web Quick Start
    Module 'alfresco-aos-module' installed in 'tomcat/webapps/alfresco'
       -    Title:        Alfresco Office Services Module
       -    Version:      1.1.7
       -    Install Date: Fri Jan 12 19:05:10 JST 2018
       -    Description:   Allows applications that can talk to a SharePoint server to talk to your Alfresco installation
    Module 'alfresco-share-services' installed in 'tomcat/webapps/alfresco'
       -    Title:        Alfresco Share Services AMP
       -    Version:      5.2.2
       -    Install Date: Fri Jan 12 19:05:09 JST 2018
       -    Description:   Module to be applied to alfresco.war, containing APIs for Alfresco Share
    Module 'jiraConnector-platform' installed in 'tomcat/webapps/alfresco'
       -    Title:        jiraConnector-platform Platform Jar Module - SDK 3
       -    Version:      1.01.0
       -    Install Date: SunMon AprAug 1520 1708:5026:4412 JSTUTC 2018
       -    Description:   Platform JAR Module (to be included in the alfresco.war) - SDK 3


  5. Delete alfresco,share backup files from tomcat deployment directry or move them to another folder for backup.

    Code Block
    themeMidnight
    # rm -Rf tomcat/webapps/share-*.bak
    # rm -Rf tomcat/webapps/alfresco-*.bak


  6. Start Alfresco service.

    Code Block
    themeMidnight
    # service alfresco start


...

  1. Stop Alfresco service.

    Code Block
    themeMidnight
    # service alfresco stop


  2. Uninstall plugin.

    Code Block
    themeMidnight
    # java -jar bin/alfresco-mmt.jar uninstall jiraConnector-share tomcat/webapps/share
    
    # java -jar bin/alfresco-mmt.jar uninstall jiraConnector-platform tomcat/webapps/alfresco


  3. Start Alfresco service.

    Code Block
    themeMidnight
     # service alfresco start


Version history

1.1.0Alfresco Content Service 5.1 - 5.2 Display an indicator icon in Alfresco document linked with JIRA Issue in the document library
1.0.0Alfresco Content Service 5.1 - 5.2
 
Initial release