Skip to content

Commit 53638de

Browse files
authored
Update README.md
1 parent 0fd438d commit 53638de

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ The architecture template will deploy for you the following components:
1313

1414
Each component will have its own Docker Volume for managing the storage:
1515

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
2020

2121
The provided run script will create these volumes for you.
2222

@@ -63,23 +63,23 @@ Put your license in the activiti-license folder.
6363

6464
The structure of the project allows you to configure and install extensions against the APS platform as the following:
6565

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)
7474

7575
For more informations about how to build extensions please see [Alfresco Process Services SDK](https://github.com/OpenPj/alfresco-process-services-project-sdk).
7676

7777
## Deploying your containers
7878

7979
A run script is provided in two formats:
8080

81-
* run.sh for Linux and Mac users
82-
* run.bat for Windows users
81+
* `run.sh` for Linux and Mac users
82+
* `run.bat` for Windows users
8383

8484
Run the following command to deploy:
8585

@@ -103,4 +103,4 @@ Return in tail with:
103103

104104
```
105105
./run.sh tail
106-
```
106+
```

0 commit comments

Comments
 (0)