mirror of
https://github.com/YunoHost-Apps/kiwix_ynh.git
synced 2024-09-03 19:35:56 +02:00
12 lines
452 B
Markdown
12 lines
452 B
Markdown
### Comment ajouter des fichiers ZIM ?
|
|
|
|
- Téléchargez un ou plusieurs fichiers ZIM, par ex. [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
|
|
- Mettez les fichiers ZIM dans `/home/yunohost.app/kiwix/`
|
|
- Ajoutez-les à la bibliothèque avec la commande suivante :
|
|
```
|
|
/var/www/kiwix/kiwix-manage /home/yunohost.app/kiwix/library.xml add /home/yunohost.app/kiwix/*.zim
|
|
```
|
|
|
|
- Redémarrez le service :
|
|
|
|
`yunohost service restart kiwix`
|