MacOs support
Is there a way to run it on Mac?
Hey, would you like to run the development or production version?
Development.
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
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
@andrasbacsai where is install.sh file located?