Merge branch 'feature/outlook-integration' into 'master'

Feature/outlook integration

Added a profile that can be used to automatically download and install the repo and share outlook integration AMPs.

When used with a start-* profile it allows us to run OI and RM on our development environment.

For example: mvn install -f ./rm-enterprise/rm-enterprise-repo -Pstart-repo,outlook-integration.

See merge request !394
This commit is contained in:
Roy Wetherall
2016-08-03 23:46:30 +01:00

View File

@@ -32,7 +32,6 @@ Configuring a different DB other than H2 (e.g. MySQL or PostgreSQL):
mvn clean install -Pstart-repo,use-mysql mvn clean install -Pstart-repo,use-mysql
Running integration test: 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. 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: SNAPSHOT dependencies:
---------------------- ----------------------