summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-03-02 13:56:37 +0200
committerLauri Ojansivu <x@xet7.org>2017-03-02 13:56:37 +0200
commitb18cc761ca94a1a169c2a1a8bef74ce415db8333 (patch)
tree4d2746661eb55fb2d9a021a8c83166223c585abc
parent2c5bf2756d46e39d8eaf31f008641d4160463c74 (diff)
downloadwekan-b18cc761ca94a1a169c2a1a8bef74ce415db8333.tar.gz
wekan-b18cc761ca94a1a169c2a1a8bef74ce415db8333.tar.bz2
wekan-b18cc761ca94a1a169c2a1a8bef74ce415db8333.zip
Add: Install from source on Windows. Thanks to entrptaher !
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md3
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa2d4d9b..0aec3554 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ This release adds following new features:
ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash);
* [Wekan stats](https://github.com/wekan/wekan-stats);
* [Docker environment for Wekan development](https://github.com/wekan/wekan-dev).
+* [Install from source on
+ Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows)
and fixes the following bugs:
@@ -27,8 +29,8 @@ and fixes the following bugs:
* Improve Wekan performance by adding indexes to MongoDB;
* Typos.
-Thanks to GitHub users eemeli, fmonthel, jLouzado, maulal, pra85,
-vuxor, whittssg2 and xet7 for their contributions.
+Thanks to GitHub users eemeli, entrptaher, 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 afa7134b..f511a439 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,8 @@ docker run -d --restart=always --name wekan --link "wekan-db:db" -e "MONGO_URL=m
[Install from source][install_source]
+[Install from source on Windows][installsource_windows]
+
[VirtualBox][virtualbox]
[Debian Wheezy 64bit][debian_wheezy]
@@ -198,6 +200,7 @@ with [Meteor](https://www.meteor.com).
[travis_badge]: https://travis-ci.org/wekan/wekan.svg?branch=devel
[travis_status]: https://travis-ci.org/wekan/wekan
[install_source]: https://github.com/wekan/wekan/wiki/Install-and-Update#install-manually-from-source
+[installsource_windows]: https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows
[sles]: https://github.com/wekan/wekan/wiki/Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1
[virtualbox]: https://github.com/wekan/wekan/wiki/virtual-appliance
[sandstorm_spk]: https://github.com/wekan/wekan/issues/823