From 5105c343052ab5ad97cb512547f1eb6175969f46 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 1 Mar 2017 21:02:53 +0200 Subject: [PATCH] Add: Docker environment for Wekan development. Thanks to eemeli ! --- CHANGELOG.md | 7 ++++--- README.md | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7f7bca3..fa2d4d9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ This release adds following new features: * [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup); * [Daily export of Wekan changes as JSON to Logstash and ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash); -* [Wekan stats](https://github.com/wekan/wekan-stats). +* [Wekan stats](https://github.com/wekan/wekan-stats); +* [Docker environment for Wekan development](https://github.com/wekan/wekan-dev). and fixes the following bugs: @@ -26,8 +27,8 @@ and fixes the following bugs: * Improve Wekan performance by adding indexes to MongoDB; * Typos. -Thanks to GitHub users fmonthel, jLouzado, maulal, pra85, vuxor, whittssg2 -and xet7 for their contributions. +Thanks to GitHub users eemeli, fmonthel, jLouzado, maulal, pra85, +vuxor, whittssg2 and xet7 for their contributions. # v0.11.1-rc1 2017-02-10 Wekan prerelease diff --git a/README.md b/README.md index 1ce200013..86c2ff333 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,8 @@ docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=m [Docker on SUSE Linux Enterprise Server 12 SP1][sles] +[Docker environment for Wekan development][wekan_dev] + [Install from source][install_source] [VirtualBox][virtualbox] @@ -213,4 +215,5 @@ with [Meteor](https://www.meteor.com). [wekan_cleanup]: https://github.com/wekan/wekan-cleanup [wekan_logstash]: https://github.com/wekan/wekan-logstash [wekan_stats]: https://github.com/wekan/wekan-stats +[wekan_dev]: https://github.com/wekan/wekan-dev [logstash_issue]: https://github.com/wekan/wekan/issues/855