Merge pull request #270 from nagimov/patch-1

add info about /web demo page
This commit is contained in:
Umputun
2019-01-27 16:15:29 -06:00
committed by GitHub
+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.