summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47dd8576..90dbe32e 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,12 @@ Docker example, running latest Wekan using docker-compose:
sudo docker-compose pull && sudo docker-compose up -d --no-build
```
+#### PostgreSQL read-only mirroring using dockerhub images
+
+[Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only mirroring for SQL access
+with any programming language or Office package that has PostgreSQL support, like
+newest LibreOffice 3.5][wekan_postgresql].
+
#### Running from locally built dockerhub images
```
sudo docker-compose up -d --build
@@ -186,3 +192,4 @@ with [Meteor](https://www.meteor.com).
[autoinstall_issue]: https://github.com/anselal/wekan/issues/18
[dev_docs]: https://github.com/wekan/wekan/wiki/Developer-Documentation
[donations]: http://www.xet7.org/wekan
+[wekan_postgresql]: https://github.com/wekan/wekan-postgresql