From 050e02184bf258c6a745c13942e1ea10ac99931c Mon Sep 17 00:00:00 2001 From: Silviu Dinuta Date: Fri, 8 Jul 2016 13:04:08 +0300 Subject: [PATCH 1/3] RM-3643: Added a patch for adding newly introduced aspect to authorities that have marks. This will be applied from 2.5-EA1 to latest versions --- .../module/org_alfresco_module_rm/patch/rm-patch-context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml index 95f4003fe2..c59658b435 100755 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml @@ -9,7 +9,7 @@ - + From db64bfd6144f2d9e573ffcf46ea8309aa34f0e52 Mon Sep 17 00:00:00 2001 From: Silviu Dinuta Date: Wed, 13 Jul 2016 15:48:04 +0300 Subject: [PATCH 2/3] RM-3643: modified patch configuration after separating db schemas --- .../module/org_alfresco_module_rm/patch/rm-patch-context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml index c59658b435..95f4003fe2 100755 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-context.xml @@ -9,7 +9,7 @@ - + From d988e9506691d07a01109ec66fd0010a93f0afd5 Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Thu, 4 Aug 2016 08:15:30 +1000 Subject: [PATCH 3/3] Add information to README file about outlook integration profile --- README.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index bbac5c8f0c..b9362315b3 100644 --- a/README.txt +++ b/README.txt @@ -32,7 +32,6 @@ Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL): mvn clean install -Pstart-repo,use-mysql - Running integration test: ------------------------- @@ -69,6 +68,23 @@ The latest Aikau snapshot can be pulled by running the following command in rm-c Thereafter start the Share instance and run automation tests as described above. +Configuring Outlook Integration: +------------------------------- + +To download and run RM with the Outlook Integration AMPs installed on the repo and Share use the following commands: + + mvn clean install -Pstart-repo,outlook-integration + mvn clean install -Pstart-share,outlook-integration + +Follow these instructions install licence and Outlook plugin: + + - http://docs.alfresco.com/outlook2.1/tasks/Outlook-license.html + - http://docs.alfresco.com/outlook2.1/tasks/Outlook-install_v2.html + + + + + SNAPSHOT dependencies: ----------------------