From ce41971eb730aff02755c1d4c355cf93812f923d Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 30 Mar 2020 02:00:00 +0200 Subject: [PATCH] Add note how to test if the server is running --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 56d0974..d703613 100644 --- a/Readme.md +++ b/Readme.md @@ -13,6 +13,8 @@ connected to different devices and the rate limiting is per instance. Option 1: Build (run ``sudo docker build -t timelimit-server .`` in this directory) and use a docker image Option 2: Install Node.JS (see below for detailed usage) +To test it, open ``http://server/time``, it should show a timestamp + ## Commands ### npm start