Prerequisites
Ensure your EC2 Instance is up and running.
Login with SSH and update all the required packages.
sudo apt update sudo apt upgrade
Installing Coolify Service
Run the following command in your EC2 instance to install Coolify service:
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
Open a new tab and log in to the Coolify service using
http://IP:8000
Your website will look similar to this:
Register with the provided details, and you will have successfully installed the Coolify service on your EC2 instance.
You can deploy applications hosted on Git. Additionally, you can deploy databases and other services, customize almost every service, and have more control.
Explore more options in the Coolify service from the left-side section:
Visit Coolify docs to learn more about Coolify.
That's it for today. Thank you for reading! If you found this guide helpful, please share it with your network. Have any questions or thoughts? Leave a comment below. Stay tuned for our next post, where we'll dive into how to deploy a Node.js application using Coolify.