mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Reorganized docs.
This commit is contained in:
parent
7690d91771
commit
1cfaddff9c
28 changed files with 0 additions and 0 deletions
14
docs/Platforms/FOSS/Snap/Sharing-MongoDB.md
Normal file
14
docs/Platforms/FOSS/Snap/Sharing-MongoDB.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
## Share MongoDB to other snaps
|
||||
|
||||
- connect mongodb-slot with plug from corresponding snap(s)
|
||||
- configure corresponding service to use mongodb unix socket in shared directory, socket file name is: mongodb-.sock
|
||||
|
||||
## Sharing MongoDB from other snap to wekan
|
||||
- connect mongodb-plug with slot from snap providing mongodb
|
||||
- disable mongodb in wekan by calling:
|
||||
|
||||
```
|
||||
$ snap set wekan set disable-mongodb='true'
|
||||
```
|
||||
|
||||
- set mongodb-bind-unix-socket to point to serving mongodb. Use relative path inside shared directory, e.g run/mongodb-27017.sock
|
||||
Loading…
Add table
Add a link
Reference in a new issue