From 16eeb9401ec7d735bb77faddb62dbfcc74e2001b Mon Sep 17 00:00:00 2001 From: MaximilianKohler Date: Sun, 27 Aug 2023 01:04:22 -0700 Subject: [PATCH] added "tutorials" section and other minor edits (#1444) --- docs/docs/content/installation.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/docs/content/installation.md b/docs/docs/content/installation.md index b7ea5519c..845d7ef8a 100644 --- a/docs/docs/content/installation.md +++ b/docs/docs/content/installation.md @@ -2,6 +2,8 @@ listmonk requires Postgres ⩾ 12. +See the "[Tutorials](#tutorials)" section at the bottom for detailed guides. + ## Binary - Download the [latest release](https://github.com/knadh/listmonk/releases) and extract the listmonk binary. - `./listmonk --new-config` to generate config.toml. Then, edit the file. @@ -129,8 +131,15 @@ The `master` branch with bleeding edge changes is periodically built and publish ## 3rd party hosting - One-click deploy on Raleway
Deploy on PikaPod -Tutorial for deploying on Fly.io + + +## Tutorials + +* [Tutorial for deploying on **Fly.io**](https://github.com/paulrudy/listmonk-on-fly) +* [Complete Listmonk setup guide. Step-by-step tutorial for installation and all basic functions. **Amazon EC2 & SES**](https://gist.github.com/MaximilianKohler/e5158fcfe6de80a9069926a67afcae11) +* [Step-by-step guide on how install and set up Listmonk on a server (**AWS Lightsail**)](https://github.com/knadh/listmonk/issues/1208) +* [Informal step-by-step on how to get started with Listmonk using **Railway**](https://github.com/knadh/listmonk/issues/120#issuecomment-1421838533) +* [**Binary** install on your PC](https://www.youtube.com/watch?v=fAOBqgR9Yfo). Discussions of limitations: [[1](https://github.com/knadh/listmonk/issues/862#issuecomment-1307328228)][[2](https://github.com/knadh/listmonk/issues/248#issuecomment-1320806990)].