From dbc7a35eb329184732e0c6b1bb2fa87951725023 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 26 Dec 2018 22:06:01 +0200 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac.md b/Mac.md index aa30b5a..8b397d0 100644 --- a/Mac.md +++ b/Mac.md @@ -6,7 +6,7 @@ ## Source 1. Install XCode -2. Install [Node 8.12.0](https://nodejs.org/en/) +2. Install [Node 8.14.1](https://nodejs.org/en/) 3. Use [rebuild-wekan.sh script](https://github.com/wekan/wekan/blob/edge/releases/virtualbox/rebuild-wekan.sh) to first install Wekan dependencies and then build Wekan. 4. Change to Wekan directory: `cd wekan` 5. Run meteor: `meteor` - this runs node in http://localhost:3000 and mongo at http://localhost:3001 .