Open amolkittur opened 1 month ago
Got this error when i excuted the installation command
Serendipity-2:~ root# curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
mkdir: /data: Read-only file system
This error is caused because root filesystem is mounted as read-only. This situation is typically associated with macOS's security features, particularly on newer Macs with Apple Silicon (M1, M2, etc.) or T2 security chips. The system volume is "sealed" and mounted as read-only to prevent modifications that could compromise system integrity.
So i'll be checking the coolify community if they have any solutions for it
I am trying to run coolify locally (npm run dev)i got a error saying APP_URL undefined.
then i tried using the docker compose there was no proper documentation on how to install it in MacOS. So now ill try it installing in windows device.
Coolify Installation in Server
Description
We need to install Coolify on our server so that we can host/manage all our server in a single place.
Installation Command
The following command should be used to install Coolify:
Tasks
Additional Notes
Resources