Skip to content

Commit

Permalink
List only the packages and not install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrobertson committed Nov 8, 2023
1 parent beb01c1 commit ef1bd4c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/content/administration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,7 @@ Please note that this enables guest users to create new collectives.

## Searching Collectives

To enable searching of collectives from the unified Nextcloud search, make sure the `ext-pdo` and `ext-pdo_sqlite` PHP extensions are installed and the Nextcloud cronjob is running. The index of collectives page contents should update with every cronjob run. The following commands can be used to install the PHP extensions on Ubuntu:

```
apt-get install phpXX-mysql # for Nextcloud instances that use MySQL
apt-get install phpXX-pgsql # for Nextcloud instances that use Postgres
apt-get install phpXX-sqlite3 # required for all instances
```

Note: the XX above should be replaced with your PHP version. E.g. ` php8.1-sqlite3` for PHP 8.1
To enable searching of collectives from the unified Nextcloud search, make sure the `ext-pdo` and `ext-pdo_sqlite` PHP extensions are installed and the Nextcloud cronjob is running. The index of collectives page contents should update with every cronjob run. On Ubuntu 22.04, the packages are: `phpXX-mysql` (for MySQL) `phpXX-pgsql` (for postgresql), `phpXX-sqlite3` - with the XX being replaced with your PHP version. E.g. ` php8.1-sqlite3` for PHP 8.1.


## Public shares
Expand Down

0 comments on commit ef1bd4c

Please sign in to comment.