From 41b3b4522230be5f8a7aeacd6f8802b24bba4a87 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 6 Oct 2016 16:13:08 +0100 Subject: [PATCH] Update PREREQUISITES.md --- PREREQUISITES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PREREQUISITES.md b/PREREQUISITES.md index 8c4807a733..4c35730c0a 100644 --- a/PREREQUISITES.md +++ b/PREREQUISITES.md @@ -27,10 +27,15 @@ v5.12.0 To correctly configure Nginx use the following file [nginx.conf](/nginx.conf). This will put Activiti, Alfresco and the app dev framework under the same domain. +* ECM : http://localhost:8888/alfresco/ +* BPM : http://localhost:8888/activiti/ + +To make everything work, you have to change the address of the ECM and BPM. In the demo app you can do that clicking on the top left menu and changing the bottom left options: ECM host and BPM host. + This configuration assumes few things: * Port mapping: - * NginX entry point: 8888 + * Nginx entry point: 8888 * Demo Shell: 3000 * Alfresco: 8080 * Activiti: 9999