We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2e307 commit c2c1805Copy full SHA for c2c1805
README.md
@@ -1,3 +1,22 @@
1
# Generate Docker Compose for Papermerge DMS
2
3
4
+## Installation
5
+
6
+Both `pmcompose` and `pmcompose_templates` folder must be located
7
+in same place, as `pmcompose` looks up `pmcompose_templates` folder
8
+relative to itself.
9
+For example if `pmcompose` is located in `/usr/local/bin`, then `pmcompose_templates`
10
+must be in `/usr/local/bin/pmcompose_templates`.
11
12
13
+## Usage
14
15
+Just invoke the binary
16
17
+```
18
+$ pmcompose
19
20
21
+You will be asked, in interactive session, about different parameters.
22
+Docker compose file will be written in current working directory.
0 commit comments