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

Add How to

This commit is contained in:
Éric Gaspar 2022-06-29 10:05:09 +02:00
parent e7e2712ff7
commit 163525601d
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
### How to add zim files?
- Download one or more ZIM files, e.g. from [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
- Put the ZIM files into `/home/yunohost.app/kiwix/`
- Add them to the library with the following command:
```
/var/www/kiwix/kiwix-manage /home/yunohost.app/kiwix/library.xml add /home/yunohost.app/kiwix/*.zim
```
- Restart the service:
`yunohost service restart kiwix`

12
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,12 @@
### 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`