Difference between revisions of "Kiwix-install"

From Kiwix
Jump to navigation Jump to search
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
kiwix-install [--verbose|-v] [--buildIndex|-i] ADDCONTENT ZIM_PATH KIWIX_PATH
kiwix-install [--verbose|-v] [--buildIndex|-i] ADDCONTENT ZIM_PATH KIWIX_PATH
</source>
</source>
ZIM_PATH is the path, including the filename of the ZIM file.
KIWIX_PATH is the path to a kiwix executable program.


== See also ==
== See also ==
* Check [[Software|the Software article]] if you want to install the Kiwix software.
* [[kiwix-manage]]
* [[kiwix-manage]]
* [[FeedFormat]]
* [[FeedFormat]]
* [[library manager]]
* [[library manager]]
* [[Build a DVD]]
* [[Build a DVD]]

Revision as of 10:33, 18 December 2017

kiwix-install is a console tool which allows to setup everything necessary related to a specific content (a ZIM file) for a portable usage. So it creates if necessary directories, library files, index files and move the ZIM files.

Usage

kiwix-install [--verbose|-v] [--buildIndex|-i] ADDCONTENT ZIM_PATH KIWIX_PATH

ZIM_PATH is the path, including the filename of the ZIM file.

KIWIX_PATH is the path to a kiwix executable program.

See also