From 0a21abdf5116cedae0455d5db4bef3e8337e5a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20S=C3=BCmb=C3=BCl?= Date: Tue, 14 Mar 2023 23:21:10 +0300 Subject: [PATCH 1/3] Add Easypanel as a deployment method --- getting-started/installation/easypanel.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 getting-started/installation/easypanel.md diff --git a/getting-started/installation/easypanel.md b/getting-started/installation/easypanel.md new file mode 100644 index 0000000..97a225f --- /dev/null +++ b/getting-started/installation/easypanel.md @@ -0,0 +1,12 @@ +## Deploying Soketi on Easypanel + +[Easypanel](https://easypanel.io) it's a modern server control panel. You can use it to deploy Soketi on your own server. + +[![Deploy to Easypanel](https://easypanel.io/img/deploy-on-easypanel-40.svg)](https://easypanel.io/docs/templates/soketi) + +## Instructions + +1. Create a VM that runs Ubuntu on your cloud provider. +2. Install Easypanel using the instructions from the website. +3. Create a new project. +4. Install Soketi using the dedicated template. From 0d0a71b1bfa4dfd64e3aca4d40dc338771a0bfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20S=C3=BCmb=C3=BCl?= Date: Wed, 15 Mar 2023 00:08:07 +0300 Subject: [PATCH 2/3] Update easypanel.md --- getting-started/installation/easypanel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/installation/easypanel.md b/getting-started/installation/easypanel.md index 97a225f..78a0e1c 100644 --- a/getting-started/installation/easypanel.md +++ b/getting-started/installation/easypanel.md @@ -1,4 +1,4 @@ -## Deploying Soketi on Easypanel +# Deploying Soketi on Easypanel [Easypanel](https://easypanel.io) it's a modern server control panel. You can use it to deploy Soketi on your own server. From 39102da9ac95c629e4ae00bec7906f0471d7cd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20S=C3=BCmb=C3=BCl?= Date: Wed, 15 Mar 2023 00:17:55 +0300 Subject: [PATCH 3/3] Update SUMMARY.md --- SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUMMARY.md b/SUMMARY.md index 3527a40..05ae497 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -13,6 +13,7 @@ * [Docker](getting-started/installation/docker.md) * [Helm Charts](getting-started/installation/helm-charts.md) * [Laravel Sail (Docker)](getting-started/installation/laravel-sail-docker.md) + * [Deploy on Easypanel](getting-started/installation/easypanel.md) * [💿 Configuring the server](getting-started/environment-variables.md) * [🔐 SSL Configuration](getting-started/ssl-configuration.md) * [🎨 Client Configuration](getting-started/client-configuration/README.md)