From e70b2ac7e9524ec16ae84895a8df549b76e4475d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 31 Aug 2022 21:10:26 +0300 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac.md b/Mac.md index 9893916..871d1b1 100644 --- a/Mac.md +++ b/Mac.md @@ -43,7 +43,7 @@ WRITABLE_PATH=.. ROOT_URL=http://192.168.0.100:4000 PORT=4000 WITH_API=true RICH ## Bundle for non-devepment use with start-wekan.sh -1. Install XCode +1. Maybe install XCode, and Node.js from https://nodejs.org/dist/latest-v14.x/ , and MongoDB 5.x from https://www.mongodb.com/try/download/community 2. Download wekan-VERSIONNUMBER.zip from https://releases.wekan.team 3. Unzip file you downloaded at step 2. There will be directory called `bundle`. 4. Download [start-wekan.sh script](https://raw.githubusercontent.com/wekan/wekan/master/start-wekan.sh) to directory `bundle` and set it as executeable with `chmod +x start-wekan.sh`