Cannot start the development environment on mac M1 #2884
Replies: 4 comments 2 replies
-
|
@abhavgoel Do you have a .env file in the repository (duplicate this file https://github.com/coollabsio/coolify/blob/main/.env.development.example) , otherwise it will not work? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes I have everything, but it wont just run on M1 serier or maybe higher.
Could you please draft a documentation for running dev environment on mac?
Abhav goel
…On Fri, 23 Aug 2024 at 3:56 AM, Andrin ***@***.***> wrote:
@abhavgoel <https://github.com/abhavgoel> Do you have a .env file in the
repository (duplicate this file
https://github.com/coollabsio/coolify/blob/main/.env.development.example)
, otherwise it will not work?
—
Reply to this email directly, view it on GitHub
<#2884 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARIJCFGT4VGQMCWFAKZYEFDZSZQRNAVCNFSM6AAAAABLFB7XFOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBSGQZDOMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@abhavgoel I have completely rewritten the CONTRIBUTING.md file in this PR: #3015 this will be added to Coolify in the next version. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks for the update.
…On Thu, 29 Aug 2024 at 5:41 PM, Andras Bacsai ***@***.***> wrote:
The modifications will be released in #3058
<#3058>
—
Reply to this email directly, view it on GitHub
<#2884 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARIJCFCFZXXMPZP3QCM4FKDZT4FYBAVCNFSM6AAAAABLFB7XFOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBYGY2TOMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to clone and build the repo in my local machine, but when i do
sudo spin upI facing the following error -[spin] ⚡️ Skipping docker image pull because it ran earlier.
WARN[0000] The "PUSHER_HOST" variable is not set. Defaulting to a blank string.
WARN[0000] The "PUSHER_PORT" variable is not set. Defaulting to a blank string.
2024/07/19 20:50:10 must use ASL logging (which requires CGO) if running as root
2024/07/19 20:50:10 must use ASL logging (which requires CGO) if running as root
2024/07/19 20:50:10 must use ASL logging (which requires CGO) if running as root
2024/07/19 20:50:10 must use ASL logging (which requires CGO) if running as root
2024/07/19 20:50:10 must use ASL logging (which requires CGO) if running as root
2024/07/19 20:50:10 must use ASL logging (which requires CGO) if running as root
[+] Running 0/0
⠋ vite Pulling 0.0s
⠋ postgres Pulling 0.0s
⠋ testing-host Pulling 0.0s
⠋ redis Pulling 0.0s
⠋ mailpit Pulling 0.0s
⠋ minio Pulling 0.0s
error getting credentials - err: exit status 1, out: ``
I am using an M1 mac. If someone else has faced this issue kindly provide a solution for the same.
Beta Was this translation helpful? Give feedback.
All reactions