Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed May 22, 2020
1 parent 2645eeb commit 42d6398
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ For **admin** access, open the Scoold Pro demo and login with "Demo login".

0. First, you *need* to create a developer app with [Facebook](https://developers.facebook.com),
[Google](https://console.developers.google.com) or **any other identity provider** that you wish to use.
This isn't necessary if you're planning to login with LDAP, SAML or with a email and password.
This isn't necessary if you're planning to login with LDAP, SAML or with email and password.
Save the obtained API keys in `application.conf`, as shown below.

> **Important:** Authorized redirect URLs for Google and Facebook should look like this: `https://{your_scoold_host}`,
Expand Down Expand Up @@ -484,6 +484,15 @@ $ para-cli rebuild-index --endpoint "http://localhost:8080" --accessKey "app:par
$ para-cli rebuild-index --endpoint "http://localhost:8080" --accessKey "app:scoold" --secretKey "secret2"
```

## Upgrading from Scoold to Scoold Pro

You can seamlessly upgrade from Scoold to Scoold Pro without changing the configuration or anything else in your
infrastructure. The process is very simple:

1. Get your Scoold Pro package (JAR or WAR)
2. Stop (undeploy) Scoold and replace its package with the Scoold Pro package
3. Start Scoold Pro (or redeploy your Scoold Pro WAR file)

## Content-Security-Policy header

This header is enabled by default for enhanced security. It can be disabled with `para.csp_header_enabled = false`.
Expand Down

0 comments on commit 42d6398

Please sign in to comment.