From ef6cc71e0204ba33c6ccaea5e982de516a50d85b Mon Sep 17 00:00:00 2001 From: Ruslan Nagimov Date: Sun, 27 Jan 2019 14:09:37 -0800 Subject: [PATCH] add info about /web demo page --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a9fe07e2..ed528b89 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Remark42 is a self-hosted, lightweight, and simple (yet functional) comment engi - [Without docker](#without-docker) - [Parameters](#parameters) - [Required parameters](#required-parameters) + - [Quick installation test](#quick-installation-test) - [Register oauth2 providers](#register-oauth2-providers) - [Google Auth Provider](#google-auth-provider) - [GitHub Auth Provider](#github-auth-provider) @@ -170,6 +171,10 @@ services: - ./var:/srv/var # persistent volume to store all remark42 data ``` +#### Quick installation test + +To verify if remark has been properly installed, check a demo page at `${REMARK_URL}/web` URL. Make sure to include `remark` site id to `${SITE}` list. + #### Register oauth2 providers Authentication handled by external providers. You should setup oauth2 for all (or some) of them to allow users to make comments. It is not mandatory to have all of them, but at least one should be correctly configured.