summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-02-19 11:41:34 +0200
committerLauri Ojansivu <x@xet7.org>2017-02-19 11:41:34 +0200
commita6b8001f36183271a7de4bbb5b1ed6db028c9eaa (patch)
treee7b6475e956effe7f954875bc7c07472cc87cd8e /README.md
parentbb3cb66d835e5219db0fe835faf3234ad5caa4b8 (diff)
downloadwekan-a6b8001f36183271a7de4bbb5b1ed6db028c9eaa.tar.gz
wekan-a6b8001f36183271a7de4bbb5b1ed6db028c9eaa.tar.bz2
wekan-a6b8001f36183271a7de4bbb5b1ed6db028c9eaa.zip
Add link to wekan-mongodb repo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7446c850..7f461211 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,17 @@ platforms.
Docker example, running latest Wekan using docker-compose:
#### Running from remote dockerhub images
+
+Recommended:
+
+* [Wekan <=> MongoDB][wekan_mongodb] - contains the only required Docker Compose file
+
+Development:
+
+* Clone this wekan repo and run from dockerhub without building:
+
```
-sudo docker-compose pull && sudo docker-compose up -d --no-build
+sudo docker-compose up -d --nobuild
```
#### PostgreSQL read-only mirroring using dockerhub images
@@ -194,6 +203,7 @@ 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_mongodb]: https://github.com/wekan/wekan-mongodb
[wekan_postgresql]: https://github.com/wekan/wekan-postgresql
[wekan_cleanup]: https://github.com/fmonthel/wekan-cleanup
[cleanup_issue]: https://github.com/wekan/wekan/issues/833