Skip to content

Commit

Permalink
troubleshooting M1 processors
Browse files Browse the repository at this point in the history
  • Loading branch information
NEOLPAR committed Jul 28, 2022
1 parent 9194c59 commit 20e8c03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/DEV-SETUP-MACOSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

Install instructions [here](https://brew.sh/)

| **NOTE**: If you are working on a M1 Apple Silicon which is running Z shell, you could need to add
`eval $(/opt/homebrew/bin/brew shellenv)` line to your `.zshrc`. This will make your zsh to find the apps you install
through brew.


### Install Node

Budibase requires a recent version of node (14+):
Expand Down Expand Up @@ -51,4 +56,7 @@ So this command will actually run the application in dev mode. It creates .env f

The dev version will be available on port 10000 i.e.

http://127.0.0.1:10000/builder/admin
http://127.0.0.1:10000/builder/admin

| **NOTE**: If you are working on a M1 Apple Silicon, you will need to uncomment `# platform: linux/amd64` line in
[hosting/docker-compose-dev.yaml](../hosting/docker-compose.dev.yaml)

0 comments on commit 20e8c03

Please sign in to comment.