From a5cbd43ccef2cbd77dd294152c7fae7d75689b7a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 16 May 2021 14:25:54 +0300 Subject: [PATCH] Updated Mac (markdown) --- Mac.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Mac.md b/Mac.md index 7f82ba7..12f15a1 100644 --- a/Mac.md +++ b/Mac.md @@ -1,3 +1,28 @@ +## Mac M1 arm64 Wekan development + +1) Install rosetta: +``` +softwareupdate --install-rosetta --agree-to-license +``` +2) Clone Wekan: +``` +git clone https://github.com/wekan/wekan +cd wekan +``` +3) Install Meteor etc +``` +curl https://install.meteor.com/ | arch -x86_64 sh +arch -x86_64 meteor npm install --save @babel/runtime +``` +3a) Run Meteor on localhost port 4000: +``` +WITH_API=true RICHER_CARD_COMMENT_EDITOR=false arch -x86_64 meteor --port 4000 +``` +3b) Run Meteor on computer IP address on local network port 4000: +``` +ROOT_URL=http://192.168.0.100:4000 PORT=4000 WITH_API=true RICHER_CARD_COMMENT_EDITOR=false arch -x86_64 meteor --port 4000 +``` + ## Bundle 1. Install XCode