From 976203092092cdd413a6c68ad38faaa9c4c76590 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Thu, 20 Feb 2020 15:25:05 +0100 Subject: Fix docker-compose link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 338156af..affbf5e8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ that by providing one-click installation on various platforms. [Mac](https://github.com/wekan/wekan/wiki/Mac) / [Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows). [More Platforms](https://github.com/wekan/wekan/wiki/Platforms), bundle for RasPi3 ARM and other CPUs where Node.js and MongoDB exists. - 1 GB RAM minimum free for Wekan. Production server should have minimum total 4 GB RAM. - For thousands of users, for example with [Docker](https://github.com/wekan/wekan/blob/devel/docker-compose.yml): 3 frontend servers, + For thousands of users, for example with [Docker](https://github.com/wekan/wekan/blob/master/docker-compose.yml): 3 frontend servers, each having 2 CPU and 2 wekan-app containers. One backend wekan-db server with many CPUs. - Enough disk space and alerts about low disk space. If you run out disk space, MongoDB database gets corrupted. - SECURITY: Updating to newest Wekan version very often. Please check you do not have automatic updates of Sandstorm or Snap turned off. -- cgit v1.2.3-1-g7c22 From 8648e3210867518a565c9a105a6947a015e6ae6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAnior=20Mendon=C3=A7a?= Date: Sat, 11 Apr 2020 23:27:59 +0000 Subject: Add gitpod config this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index affbf5e8..975fe6e2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/wekan/wekan) + # Wekan - Open Source kanban [![Contributors](https://img.shields.io/github/contributors/wekan/wekan.svg "Contributors")](https://github.com/wekan/wekan/graphs/contributors) -- cgit v1.2.3-1-g7c22 From 3407b0e65b0ed3cbd864d605f6cd5935db22c987 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 20 Apr 2020 16:22:29 +0300 Subject: Add links to FAQ. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 975fe6e2..6d3e39ec 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ and PWA app that can be added as icon on Android and bookmark on iOS, used like **NOTE**: - Please read the [FAQ](https://github.com/wekan/wekan/wiki/FAQ) first -- Please don't feed the trolls and spammers that are mentioned in the FAQ :) +- Please don't feed the [trolls](https://github.com/wekan/wekan/wiki/FAQ#why-am-i-called-a-troll) and [spammers](https://github.com/wekan/wekan/wiki/FAQ#why-am-i-called-a-spammer) that are mentioned in the FAQ :) ## About Wekan -- cgit v1.2.3-1-g7c22