From ea2ea5b14fb9ea5484095cf7eb2257bb3fafce0a Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Mon, 8 Feb 2016 20:38:51 +0100 Subject: [PATCH] Mention forever --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index ebbe551..d98807e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -158,6 +158,7 @@ Assuming Docker is running locally, you should be able to get to the application - DNS round-robin between https://vps197850.ovh.net/try.html and https://vps244529.ovh.net/try.html. - Self-signed TLS certificates, but `img.shields.io` is behind CloudFlare, which provides signed certificates. - Using node v0.12.7 because later versions, combined with node-canvas, give inaccurate badge measurements. +- Using forever (the node monitor) to automatically restart the server when it crashes. See https://github.com/badges/ServerScript for helper admin scripts.