coolify icon indicating copy to clipboard operation
coolify copied to clipboard

MacOs support

Open xisli opened this issue 3 years ago • 5 comments

Is there a way to run it on Mac?

xisli avatar Jul 14 '22 13:07 xisli

Hey, would you like to run the development or production version?

andrasbacsai avatar Jul 21 '22 20:07 andrasbacsai

Development.

xisli avatar Aug 04 '22 21:08 xisli

Production in my case, i do have a broken screen macbook pro that serves as a server, and i'd love to be able to use it there. So far i didn't manage to install Ubuntu server on it due to T2 chip and other restrictions

ctwhome avatar Sep 29 '22 02:09 ctwhome

Using Curl instead of wget works to download install.sh:

curl https://get.coollabs.io/coolify/install.sh -o install.sh; sudo bash ./install.sh

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- -100 11667  100 11667    0     0  55293      0 --:--:-- --:--:-- --:--:-- 55293

But the installation returns:

cat: /proc/sys/kernel/random/uuid: No such file or directory

Which could be solve using uuidgen. But I'm unaware of other possible errors

ctwhome avatar Sep 29 '22 02:09 ctwhome

@andrasbacsai where is install.sh file located?

ctwhome avatar Oct 02 '22 18:10 ctwhome