From 5cb53f1fcee8900bdd99e7ae72dfa4ca620c17b0 Mon Sep 17 00:00:00 2001 From: Nicolas Ferrari Date: Mon, 7 Mar 2022 17:21:56 +0100 Subject: [PATCH] Cloud Providers list (#998) * Add Cloud Providers * Link to Cloud Providers --- README.md | 1 + docs/installation.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15452913..e9cd77bb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ helps to settle the bills. - [Online documentation](https://ihatemoney.readthedocs.io) - [Hosted version](https://ihatemoney.org) +- [Cloud Providers](https://ihatemoney.readthedocs.io/en/latest/installation.html#cloud) - [Mailing list](https://mailman.alwaysdata.com/postorius/lists/info.ihatemoney.org/) (to get updates when needed). diff --git a/docs/installation.md b/docs/installation.md index 405fc63b..6a9f1e86 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -2,11 +2,12 @@ There are multiple ways to install «Ihatemoney» on your system : -1. {ref}`docker`. +1. {ref}`docker` 2. [Via Yunohost](https://github.com/YunoHost-Apps/ihatemoney_ynh) (a server operating system aiming to make self-hosting accessible to anyone) -3. {ref}`manual-installation` +3. {ref}`cloud` +4. {ref}`manual-installation` :::{note} @@ -65,6 +66,13 @@ workers: docker run -d -p 8000:8000 ihatemoney/ihatemoney -w 3 +(cloud)= +## On a Cloud Provider + +Some Paas (Platform-as-a-Service), provide a documentation or even a quick installation process to deploy and enjoy your instance within a minute: + + * [alwaysdata](https://www.alwaysdata.com/en/marketplace/ihatemoney/) + (manual-installation)= ## Via a manual installation