Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| serveur_hebergement:installer_une_instance_searx [2024/01/20 18:17] – [Redis] fate | serveur_hebergement:installer_une_instance_searx [2025/10/28 20:17] (Version actuelle) – [Installation de Searxng] fate | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== | + | ====== Searxng ====== |
| ===== Présentation de Searxng ===== | ===== Présentation de Searxng ===== | ||
| Ligne 7: | Ligne 7: | ||
| ===== Préparation ===== | ===== Préparation ===== | ||
| - | Installez les dépendances : <code bash> | + | Installez les dépendances : <code bash> |
| Créez un utilisateur searxng : | Créez un utilisateur searxng : | ||
| Ligne 42: | Ligne 42: | ||
| pip install -U wheel | pip install -U wheel | ||
| pip install -U pyyaml | pip install -U pyyaml | ||
| + | pip install -U dateutils | ||
| + | pip install -U isodate | ||
| + | pip install -U typer | ||
| + | pip install -U msgspec | ||
| + | pip install -U uvloop | ||
| + | pip install -U httpx_socks | ||
| + | pip install -U httpx | ||
| + | pip install -U lxml | ||
| + | pip install -U redis | ||
| + | pip install -U markdown-it-py | ||
| + | pip install -U flask_babel | ||
| + | pip install -U flask | ||
| + | pip install -U pygments | ||
| + | |||
| </ | </ | ||
| Ligne 47: | Ligne 61: | ||
| <code bash> | <code bash> | ||
| cd "/ | cd "/ | ||
| - | pip install -e . | + | pip install |
| </ | </ | ||