Skip to content

Commit

Permalink
Issue 75: Recommend to generate a proof key when this is installed in…
Browse files Browse the repository at this point in the history
… a website.
  • Loading branch information
donquixote committed Dec 19, 2024
1 parent 875de71 commit f37d4ff
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ For a local demo or test installation, [see below](#development--demo-installati
- (optional) For the 'Collabora Online Group' sub-module, you also need the
[Group](https://drupa.org/project/group) and [Group Media](https://drupa.org/project/groupmedia) modules.

### Installation steps
### Collabora Online server preparation

It is recommended to generate a proof key as documented here:\
docker-compose exec collabora coolconfig generate-proof-key

If not, the proof mechanism needs to be disabled in the module settings.

### Module installation steps

See the [Drupal guide to install
modules](https://www.drupal.org/docs/extending-drupal/installing-modules).
Expand All @@ -39,7 +46,7 @@ field in the `composer.json` of your project.
Then you can go into Drupal logged as an admin and go to _Extend_. In
the list you should be able to find _Collabora Online_ and enable it.

From there you can access the module specific configuration.
From there you can access the module-specific configuration.

Please check the "Configuration" section below!

Expand Down

0 comments on commit f37d4ff

Please sign in to comment.