Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan committed Oct 27, 2023
1 parent 30f7a0c commit 5de07bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@ title: 'Example of toml file to set up REVA'
linkTitle: 'Example of toml file to set up REVA'
weight: 80
description: >
Here you can find an example of toml file needed to set up all necessary services for your reva instance. It consists of the services described in the others [Configuration sections](../../configuration). This toml file is used for [REVA deployment](../../deployment) and referenced there as `standalone.toml`.
Here you can find an example of toml file needed to set up all necessary services for your reva instance. It consists of the services described in the others [Configuration sections](../../configuration). This toml file is used for [REVA deployment](../../deployment) and referenced there as `sciencemesh.toml`.
---

Expand Down
Expand Up @@ -132,7 +132,7 @@ sed -i "3 i\ 'sharing.managerFactory' => 'OCA\\\\ScienceMesh\\\\ScienceMeshProv
sed -i "4 i\ 'sharing.remoteShareesSearch' => 'OCA\\\\ScienceMesh\\\\Plugins\\\\ScienceMeshSearchPlugin'," /var/www/html/config/config.php
```

### Check the Database
### Check the Database (optional)

In the end, your OC10 or NC database should contain someting similar to this:

Expand Down

0 comments on commit 5de07bf

Please sign in to comment.