diff --git a/README.md b/README.md index f26fb630c0..371b3872d7 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,13 @@ Try Huginn on Heroku: [![Deploy](https://www.herokucdn.com/deploy/button.png)](h Huginn launches on the free version of Heroku [with significant limitations](https://github.com/huginn/huginn/blob/master/doc/heroku/install.md). For non-experimental use, we strongly recommend Heroku's 1GB paid plan or our Docker container. +### Elestio + +Try Huginn on Elestio: [![Deploy](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://elest.io/open-source/huginn) + +Takes a few clicks to setup a fully managed service with centralised dashboard. Read the [documentation](https://github.com/huginn/huginn/blob/master/doc/elestio/install.md). Additionally you get option to select your preferred cloud service providers and custom tiers to save costs. + + ### OpenShift #### OpenShift Online diff --git a/doc/elestio/install.md b/doc/elestio/install.md new file mode 100644 index 0000000000..85440f6993 --- /dev/null +++ b/doc/elestio/install.md @@ -0,0 +1,35 @@ +## Deploy to Elestio with one-click + +[![Deploy](https://pub-da36157c854648669813f3f76c526c2b.r2.dev/deploy-on-elestio-black.png)](https://elest.io/open-source/huginn) + +## 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" + +![Elestio Setup](https://i.imgur.com/uUUk3d7.png) + +## 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) + +## Use Huginn +- Click on "Display Admin UI" +- Go to Admin Ui link provided +- Add username and password provided on dashboard. +- Use the PHPMyAdmin credentials for additional tasks. + +![Elestio Dashboard](https://i.imgur.com/86oobmg.png) + +## Update Huginn +- Go to Overview section in your Huginn 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 + +![Elestio Change version](https://i.imgur.com/pCQIL0q.png) \ No newline at end of file