add info about /web demo page

This commit is contained in:
Ruslan Nagimov
2019-01-27 14:09:37 -08:00
committed by GitHub
parent af6076187f
commit ef6cc71e02
+5
View File
@@ -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.