From 7d7a2e71b3537963ed3c4b75020720ef86a3a0ec Mon Sep 17 00:00:00 2001 From: Annie Ehler Date: Sat, 10 Feb 2024 14:41:41 -0800 Subject: [PATCH] Rewrote the installation instructions for more clarity --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2ef6e2..a80e3ba 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,28 @@ If you are interested by these extra features and wishing to sponsor them, conta ## Manual installation -Go the cryptpad/lib/plugins directory on your server +1. Go the cryptpad/lib/plugins directory on your server ``` cd cryptpad/lib/plugins git clone https://github.com/cryptpad/sso/ ``` -Go to the cryptpad/config directory on your server +2. Go to the cryptpad/config directory on your server ``` cd ../../config cp sso.example.js sso.js ``` -and edit the `sso.js` to set the credentials to your SSO server: +3. Edit the `sso.js` config file to set the credentials to your SSO server ([more instructions here](#ssojs-sample-configurations)) + +4. Flush the cache on your Cryptpad instance + +On the web interface, login, and then go to: +Administration > General (default) > Flush HTTP Cache > click "FLUSH CACHE" + +> At this point you may be done, but if issues persist try restarting your Cryptpad instance with `systemctl restart ...`, `service ... restart`, or `reboot` ## Create an OpenID Connect Configuration on your authentication server