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.md
2023-08-13 12:49:32 +02:00

16 lines
483 B
Markdown

### How to add zim files?
#### Add a zin file through its URL
- Click on the "Upload content" tab above.
#### Add a zim file by hand
- Download one or more ZIM files, e.g. from [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
- Put the ZIM files into `__DATA_DIR__`
- Add them to the library with the following command:
```
__INSTALL_DIR__/kiwix-manage __DATA_DIR__/library.xml add __DATA_DIR__/*.zim
```
- Restart the service:
`yunohost service restart kiwix`