added another clarification for mac users

This commit is contained in:
ayntk-ai 2024-08-14 14:18:50 +02:00
parent 0286d639fb
commit adf7a4422a
No known key found for this signature in database

View File

@ -22,7 +22,9 @@ ### 2) Set your environment variables
## 3) Start & setup Coolify
- Run `spin up` - You can notice that errors will be thrown. Don't worry.
- If you see weird permission errors, especially on Mac, run `sudo spin up` instead.
- If you see weird permission errors, especially on Mac, run `sudo spin up` instead.
- If you are using Orbstack, you need to set the IP Address/Domain of the coolify server in the server settings to: testing-host.coolify.orb.local
## 4) Install php to make sure you can do DB migrations (optional)
@ -36,4 +38,3 @@ ### 5) Start development
## New Service Contribution
Check out the docs [here](https://coolify.io/docs/knowledge-base/add-a-service).