diff --git a/README.md b/README.md index 868347f7c..02a868269 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Get Ackee up and running… - […with Helm](docs/Get%20started.md#with-helm) - […without Docker](docs/Get%20started.md#without-docker) - […with Netlify](docs/Get%20started.md#with-netlify) +- [...with Elestio](docs/Get%20started.md#with-elestio) - […with Vercel](docs/Get%20started.md#with-vercel) - […with Heroku](docs/Get%20started.md#with-heroku) - […with Qovery](docs/Get%20started.md#with-qovery) diff --git a/docs/Get started.md b/docs/Get started.md index 8b9e1c951..1a5588ac9 100644 --- a/docs/Get started.md +++ b/docs/Get started.md @@ -172,6 +172,37 @@ Ackee now runs on port `3000` and is only accessible from you local network. It' - [SSL and HTTPS](SSL%20and%20HTTPS.md) - [CORS headers](CORS%20headers.md) +## With Elestio + +### 1. Deploy to Elestio + +[![Deploy](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://dash.elest.io/deploy?soft=Ackee&id=133) + +### 2. Select the providers + +- Select cloud service provider of your choice. +- Choose region of your choice +- Select service plan. The smallest one offers 1 CPU, 2 GB RAM etc. +- Confirm the details and hit "Next" + +### 3. Configure +- Select the support level +- Name your application +- Add admin email (You can add email you want to access your application from) +- Click "Create Service" +- Here you also get option to copy your terraform config (Optional) + +### 4. Use Ackee +- Click on "Display Admin UI" +- Go to Admin Ui link provided +- Add username and password provided on dashboard. + +### 5. Update Ackee +- Go to Overview section in your Ackee service +- Click "Change version" inside Software section +- Choose the latest version or the version of your choice. +- Additionally update the configs or restart the instance with single clink under same section + ## With Netlify ### 1. Deploy to Netlify