1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00
kiwix_ynh/doc/ADMIN_fr.md

17 lines
564 B
Markdown
Raw Normal View History

2022-06-29 10:05:09 +02:00
### Comment ajouter des fichiers ZIM ?
2023-08-13 12:51:43 +02:00
#### Ajouter un fichier ZIM via son URL
- Sélectionnez l'onglet "Upload content" qui se trouve ci-dessus.
#### Ajouter un fichier ZIM à la main
2022-06-29 10:05:09 +02:00
- Téléchargez un ou plusieurs fichiers ZIM, par ex. [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
2023-05-01 12:44:37 +02:00
- Mettez les fichiers ZIM dans `__DATA_DIR__/`
2022-06-29 10:05:09 +02:00
- Ajoutez-les à la bibliothèque avec la commande suivante :
```
2023-05-01 12:44:37 +02:00
__INSTALL_DIR__/kiwix-manage __DATA_DIR__/library.xml add __DATA_DIR__/*.zim
2022-06-29 10:05:09 +02:00
```
- Redémarrez le service :
`yunohost service restart kiwix`