From 9b0bdd19eb6d93ae97c4dfbaf5dff4bb2bce42b3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 14 Nov 2019 17:50:49 +0200 Subject: [PATCH] Updated Platforms (markdown) --- Platforms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platforms.md b/Platforms.md index e96dd0f..cc1d48e 100644 --- a/Platforms.md +++ b/Platforms.md @@ -106,11 +106,11 @@ upgrade script](https://github.com/wekan/wekan-bash-install-autoupgrade). Stop Wekan. Download newest bundle version at https://releases.wekan.team . -Install Node 8.16.0 and some MongoDB like 3.2.x - 4.x. Preferred 4.x if available. +Install Node 8.16.2 and some MongoDB like 3.2.x - 4.x. Preferred 4.x if available. Bundle works for Windows native Node.js and MongoDB, arm64 server, etc any CPU node+mongodb. Building from source does not seem to work on Windows. -Extra steps for CentOS 6: +Extra steps only for CentOS 6: - Install gcc-4.9.3 and boost - Add gcc to path, for example: `export LD_LIBRARY_PATH=/root/gcc-4.9.3/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/:$LD_LIBRARY_PATH` - At below fibers step, do instead `npm install fibers@2.0.1`