Kiwix-serve/en
From Kiwix
< Kiwix-serve(Redirected from Kiwix-serve)
- Deutsch
- English
- Español
- Français
- עברית
- Portuguese
kiwix-serve is an HTTP server able to serve a ZIM file and provide a search engine like in Kiwix itself. You may with it access ZIM file content with the simple help of a browser and from any computer connected to the one running kiwix-serve.
To use it you have to:
- have Kiwix (version 0.9 or higher) installed on your GNU/Linux system.
- have a ZIM file
- have indexed the ZIM file
- have kiwix-server running
For more details, read the following chapters.
Contents |
Install Kiwix
Download a ZIM file
They are currently only a few ZIM files availables. The Kiwix project are often releasing new ones, please have a look there. The openZIM project maintains a list of ZIM sources there.
Index the ZIM file
kiwix-index [--verbose|-v] [--backend|--b=xapian|clucene] [ZIM_PATH] [INDEX_PATH]
Run kiwix-serve
kiwix-serve [--port=PORT] [--index=INDEX_PATH] [--verbose] [--daemon] ZIM_PATH
You can also run kiwix-serve without index, but in this case you won't have access to the search engine.
- NOTE: As for the
0.9-alpha7.1release the index support is only available forxapian

