From cd5ec70fd977d4c384b6eeb97169eaaab6676f91 Mon Sep 17 00:00:00 2001 From: Fausto Gutierrez <28719096+faustogut@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:28:47 +0100 Subject: [PATCH] Rewrite step 2 options sections --- content/self-host/install/_index.en.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/self-host/install/_index.en.md b/content/self-host/install/_index.en.md index 9abfb5b..2d63cfe 100644 --- a/content/self-host/install/_index.en.md +++ b/content/self-host/install/_index.en.md @@ -170,15 +170,17 @@ The hardware requirements are very low; the minimum configuration of a basic clo ### STEP 2 : Run hbbs and hbbr on your server +We suggest you use [pm2](https://pm2.keymetrics.io/) for managing your service. + #### Option 1 -Run hbbs/hbbr on your server (CentOS or Ubuntu). We suggest you use [pm2](https://pm2.keymetrics.io/) for managing your service. +Run hbbs/hbbr without pm2 ```bash ./hbbs -r ./hbbr ``` -#### Option 2 - pm2 +#### Option 2 Run hbbs/hbbr with pm2 ```bash