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: ----------------------