You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ The architecture template will deploy for you the following components:
13
13
14
14
Each component will have its own Docker Volume for managing the storage:
15
15
16
-
* aps-db-volume
17
-
* aps-admin-db-volume
18
-
* aps-contentstore-volume
19
-
* aps-es-volume
16
+
*`aps-db-volume`: database storage for activiti-app
17
+
*`aps-contentstore-volume`: contentstore for attachments
18
+
*`aps-es-volume`: file storage for search indexes
19
+
*`aps-admin-db-volume`: database storage for activiti-admin
20
20
21
21
The provided run script will create these volumes for you.
22
22
@@ -63,23 +63,23 @@ Put your license in the activiti-license folder.
63
63
64
64
The structure of the project allows you to configure and install extensions against the APS platform as the following:
65
65
66
-
* admin/tomcat/conf: put here all the Tomcat configuration files
67
-
* logging: change your logging strategy here using logback.xml
68
-
* properties: change here your activiti-app and activiti-admin properties
69
-
* activiti-license: put here your valid APS license
70
-
* docker-compose.yml: change here your deployment structure
71
-
* Dockerfile: change here your container build for activiti-app
72
-
* Dockerfile-admin: change here your continer build for activiti-admin
73
-
* extensions: put here your extensions (JARs or activiti-app.war)
66
+
*`admin/tomcat/conf`: put here all the Tomcat configuration files
67
+
*`logging`: change your logging strategy here using logback.xml
68
+
*`properties`: change here your activiti-app and activiti-admin properties
69
+
*`activiti-license`: put here your valid APS license
70
+
*`docker-compose.yml`: change here your deployment structure
71
+
*`Dockerfile`: change here your container build for activiti-app
72
+
*`Dockerfile-admin`: change here your continer build for activiti-admin
73
+
*`extensions`: put here your extensions (JARs or activiti-app.war)
74
74
75
75
For more informations about how to build extensions please see [Alfresco Process Services SDK](https://github.com/OpenPj/alfresco-process-services-project-sdk).
0 commit comments