From f56e0b94a76b9b6df69e7109f20b22deca3127f9 Mon Sep 17 00:00:00 2001 From: vzns Date: Fri, 5 Feb 2021 18:31:14 +0100 Subject: [PATCH] Update Readme Mentioned PM2 Support to run the app in the background and on boot. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4be6f96..774f642 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ I am running my own TradingView Webhook Service. No setup and hosting required. - Your webhook url would be `http:///webhook` 1. If you use a firewall be sure to open the corresponding port 1. Run the bot with `python main.py` +1. [PM2](https://github.com/vsnz/TradingView-Webhook-Bot/issues/28#issuecomment-766301062) can help you in running the app in the background / on system boot. *It is recommended to run flask on a different port like 8080. It is then necessary to forward port 80 to 8080.*