ajout elasticsearch à installation
This commit is contained in:
parent
9850c3fb3f
commit
4be15f5491
3 changed files with 24 additions and 6 deletions
|
@ -52,4 +52,27 @@ apk add nextcloud-client
|
|||
Le client principal et ceux pour les applications sont aussi disponibles directement depuis la page Applications, section Intégration
|
||||
|
||||
- [Android](https://apps.nextcloud.com/categories/integration?search=android)
|
||||
- [iOS](https://apps.nextcloud.com/categories/integration?search=iOS)
|
||||
- [iOS](https://apps.nextcloud.com/categories/integration?search=iOS)
|
||||
|
||||
## Installation de l'application Nextcloud pour Full Text Search
|
||||
|
||||
https://apps.nextcloud.com/apps/fulltextsearch_elasticsearch
|
||||
|
||||
## Installation Elasticsearch
|
||||
|
||||
```bash
|
||||
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
|
||||
sudo apt-get install apt-transport-https openjdk-11-jre-headless
|
||||
echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
|
||||
sudo apt-get update && sudo apt-get install elasticsearch
|
||||
```
|
||||
|
||||
```
|
||||
Démarrer le service Elasticsearch
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
sudo systemctl enable elasticsearch.service
|
||||
sudo systemctl restart elasticsearch.service
|
||||
```
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
## Exploration de l'environnement web
|
||||
|
||||
Nous arrivons, lors de la connexion, sur la page d'accueil avec la vue Fichiers
|
||||
|
||||
![](nextcloud-demo-accueil-fichiers.png)
|
BIN
htop-elasticsearch.png
Normal file
BIN
htop-elasticsearch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
Loading…
Reference in a new issue