Skip to content

Commit

Permalink
Merge pull request #3 from annie444/2-setup-instructions-are-unclear
Browse files Browse the repository at this point in the history
Rewrote the installation instructions for more clarity
  • Loading branch information
yflory authored Jul 18, 2024
2 parents 70e5095 + 7d7a2e7 commit e2af024
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,28 @@ If you are interested in these extra features and wish to sponsor them, contact

## 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

Expand Down

0 comments on commit e2af024

Please sign in to comment.