mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Mac (markdown)
parent
93ae8ba982
commit
a5cbd43cce
1 changed files with 25 additions and 0 deletions
25
Mac.md
25
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue